Initial commit

This commit is contained in:
2022-07-10 18:57:28 +01:00
commit dc7bc829b9
11 changed files with 262 additions and 0 deletions

8
app/main.py Normal file
View File

@ -0,0 +1,8 @@
#!/usr/local/bin/python3
def main():
# Commands here
if __name__ == "__main__":
main()