neuro-symbolic-visual-dialog/global_vars.py
2022-08-10 16:49:55 +02:00

10 lines
165 B
Python

"""Global variables (avoid as much as possible).
Author: Satwik Kottur
"""
def initialize():
"""Sets up global variables.
"""
global METAINFO
METAINFO = {}