This commit is contained in:
2022-04-30 09:52:16 +01:00
parent 37ecefec09
commit 8f97f7b5e2
9 changed files with 116 additions and 1 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()