tirth8205--code-review-graph
5 行
82 B
Python
5 行
82 B
Python
"""Allow running as: python -m code_review_graph"""
|
|
from .cli import main
|
|
|
|
main()
|