mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-19 10:29:29 +02:00
13 lines
No EOL
170 B
Python
13 lines
No EOL
170 B
Python
|
|
class ConfigHandler:
|
|
def __init__(self):
|
|
super().__init__()
|
|
|
|
def load():
|
|
return
|
|
|
|
def save():
|
|
return
|
|
|
|
def update():
|
|
return |