merge #314 from michilyy

update pyproject.toml and project metafiles
This commit is contained in:
Mungai Njoroge
2025-06-07 19:42:13 +03:00
committed by GitHub
4 changed files with 232 additions and 21 deletions
+4 -1
View File
@@ -108,7 +108,10 @@ def run(*args, **kwargs):
start_swingmusic(kwargs["host"], kwargs["port"])
if __name__ == "__main__":
def main():
multiprocessing.freeze_support()
multiprocessing.set_start_method("spawn")
run()
if __name__ == "__main__":
main()