Implement standalone binary compilation

This commit is contained in:
KnugiHK
2023-02-12 17:54:32 +08:00
parent 726812a5f7
commit 7cd259143a
2 changed files with 81 additions and 0 deletions

View File

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