Files
codeql/rust/schema/__init__.py
2024-09-20 15:50:57 +02:00

15 lines
327 B
Python

"""
Schema description
This file should be kept simple:
* no flow control
* no aliases
* only class definitions with annotations and `include` calls
For how documentation of generated QL code works, please read `misc/codegen/schema_documentation.md`.
"""
from .prelude import *
from .ast import *
from .annotations import *