项目文件夹

文件
2026-07-13 12:42:18 +08:00

5 行
82 B
Python

"""Allow running as: python -m code_review_graph"""
from .cli import main
main()