Files
openai-code-script-poc/bg_agent/__main__.py
Muzhen Gaming bf764fe683 first commit
2025-10-15 17:13:06 +08:00

5 lines
63 B
Python

from .agent import main
if __name__ == "__main__":
main()