Skip to content

Commit 6377140

Browse files
committed
feat: add main file to run main script
1 parent 4c47283 commit 6377140

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
def main():
2+
...
3+
4+
if __name__ == "__main__":
5+
main()

0 commit comments

Comments
 (0)