4 lines
99 B
Python
4 lines
99 B
Python
from ui.dat import ServerData
|
|
|
|
def change_data(key, value):
|
|
print(f"Changing {key} to {value}") |