Initial commit
This commit is contained in:
8
app/main.py
Normal file
8
app/main.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/local/bin/python3
|
||||
|
||||
def main():
|
||||
# Commands here
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Reference in New Issue
Block a user