More typing work
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class GlobalData:
|
||||
|
||||
def __init__(self):
|
||||
self.title = ''
|
||||
self.cmd = ''
|
||||
|
||||
|
||||
global_data = GlobalData
|
||||
|
||||
Reference in New Issue
Block a user