diff --git a/src/config.py b/src/config.py new file mode 100644 index 0000000..355a4a5 --- /dev/null +++ b/src/config.py @@ -0,0 +1,5 @@ +username = "" +password = "" + +if __name__ == "__main__": + print("Do not run this module like this. Just set the values.") \ No newline at end of file