5 lines
82 B
Python
5 lines
82 B
Python
"""Allow running as: python -m code_review_graph"""
|
|
from .cli import main
|
|
|
|
main()
|