Implement standalone binary compilation

This commit is contained in:
KnugiHK
2023-02-12 17:54:32 +08:00
parent 4d6c80b561
commit 92d339d1c0
2 changed files with 81 additions and 0 deletions

View File

@@ -204,3 +204,7 @@ def main():
print()
print("Everything is done!")
if __name__ == "__main__":
main()