Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:37 +08:00
commit 8cd5c7679d
61 changed files with 6788 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"""
Entry point for python -m discover
"""
from .cli import main
if __name__ == "__main__":
main()