This website works better with JavaScript
Home
Explore
Help
Sign In
vmshay
/
Booking
Watch
1
Star
0
Fork
0
Files
Issues
1
Pull Requests
1
Wiki
Browse Source
Init commit
vmshay
2 years ago
parent
899326a257
commit
93ac08b4d4
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
main.py
+ 6
- 0
main.py
View File
@@ -0,0 +1,6 @@
+def main():
+ pass
+
+
+if __name__ == '__main__':
+ main()