try new timer

This commit is contained in:
Jason Lee
2024-03-16 11:54:45 +08:00
parent 1a53a28475
commit 44679724b8
10 changed files with 106 additions and 97 deletions

7
conf_my_program.py Normal file
View 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()