5 lines
64 B
Python
5 lines
64 B
Python
from monthly_reports.cli import main
|
|
|
|
|
|
raise SystemExit(main())
|
from monthly_reports.cli import main
|
|
|
|
|
|
raise SystemExit(main())
|