Object-oriented programming
All launcher functions are now return an object instead of a dict
This commit is contained in:
3
worthless/classes/launcher/info.py
Normal file
3
worthless/classes/launcher/info.py
Normal file
@ -0,0 +1,3 @@
|
||||
class LauncherInfo:
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user