project map script | semantic parcer

This commit is contained in:
2026-01-01 16:58:21 +03:00
parent a747a163c8
commit 4c6fc8256d
84 changed files with 10178 additions and 537 deletions

View File

@@ -64,9 +64,9 @@ def main():
except Exception as main_exc:
logger.error("[main][Failure] An unexpected error occurred: %s", main_exc, exc_info=True)
# [/DEF:main]
# [/DEF:main:Function]
if __name__ == '__main__':
main()
# [/DEF:run_mapper]
# [/DEF:run_mapper:Module]