Added config

This commit is contained in:
Boyan 2024-02-12 13:03:44 +01:00
parent dcc2974e59
commit 0255c22b01

5
src/config.py Normal file
View File

@ -0,0 +1,5 @@
username = "<s-number>"
password = "<password>"
if __name__ == "__main__":
print("Do not run this module like this. Just set the values.")