make code public

This commit is contained in:
Adnen Abdessaied 2022-08-10 16:49:55 +02:00
commit 9d8b93db26
26 changed files with 11937 additions and 0 deletions

10
global_vars.py Normal file
View file

@ -0,0 +1,10 @@
"""Global variables (avoid as much as possible).
Author: Satwik Kottur
"""
def initialize():
"""Sets up global variables.
"""
global METAINFO
METAINFO = {}