added python boilerplate

main
Your Name 2025-06-11 09:22:59 +02:00
parent 4689e1a2f5
commit 1ad6a2bd29
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import sys
def main():
if __name__=="__main__":
main()