try new timer
This commit is contained in:
7
conf_my_program.py
Normal file
7
conf_my_program.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# conf_my_program.py:
|
||||
|
||||
class ConfMyProgram(object):
|
||||
def __init__(self):
|
||||
self.name:str = 'my_var_name'
|
||||
|
||||
conf_my_program = ConfMyProgram()
|
||||
Reference in New Issue
Block a user