make code public
This commit is contained in:
commit
9d8b93db26
26 changed files with 11937 additions and 0 deletions
10
global_vars.py
Normal file
10
global_vars.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""Global variables (avoid as much as possible).
|
||||
Author: Satwik Kottur
|
||||
"""
|
||||
|
||||
def initialize():
|
||||
"""Sets up global variables.
|
||||
"""
|
||||
|
||||
global METAINFO
|
||||
METAINFO = {}
|
Loading…
Add table
Add a link
Reference in a new issue