Python: Add overlay annotations to AST template

Otherwise these will disappear every time we regenerate the AST.
This commit is contained in:
Taus
2026-04-10 14:23:29 +00:00
parent 2c79f9d828
commit fe94828fe4

View File

@@ -211,6 +211,8 @@ HEADER = '''/**
* WARNING: Any modifications to this file will be lost.
* Relations can be changed by modifying master.py.
*/
overlay[local]
module;
'''
def main():