Game Utils v1.0

This commit is contained in:
KuMiShi
2026-01-23 09:47:06 +01:00
parent 2027c3906a
commit 335185ded4
10 changed files with 99 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from mcp-nlp!")
if __name__ == "__main__":
main()