Files
sci-gui-agent-benchmark/conf_my_program.py
2024-03-16 11:54:45 +08:00

7 lines
148 B
Python

# conf_my_program.py:
class ConfMyProgram(object):
def __init__(self):
self.name:str = 'my_var_name'
conf_my_program = ConfMyProgram()