mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-01 11:34:58 +02:00
Added config
This commit is contained in:
5
src/config.py
Normal file
5
src/config.py
Normal 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.")
|
Reference in New Issue
Block a user