Files
2026-07-13 12:42:18 +08:00

5 lines
82 B
Python

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