Initial commit
This commit is contained in:
4
ui/ui_utils.py
Normal file
4
ui/ui_utils.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ui.dat import ServerData
|
||||
|
||||
def change_data(key, value):
|
||||
print(f"Changing {key} to {value}")
|
||||
Reference in New Issue
Block a user