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