More typing work

This commit is contained in:
Kovid Goyal
2020-03-06 14:19:46 +05:30
parent 8a34fede55
commit afec07b124
14 changed files with 237 additions and 155 deletions

View File

@@ -0,0 +1,8 @@
class GlobalData:
def __init__(self):
self.title = ''
self.cmd = ''
global_data = GlobalData