mirror of
https://github.com/shizand/statapp.git
synced 2025-10-01 11:20:02 +03:00
chore: стартует проект
This commit is contained in:
10
statapp/__main__.py
Normal file
10
statapp/__main__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import sys
|
||||
|
||||
|
||||
def main():
|
||||
print('hello world!')
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
Reference in New Issue
Block a user