добавил пакетную установку и консольную команду запуска

This commit is contained in:
2026-07-06 16:23:47 +03:00
parent baf6e2f3a4
commit 0778cc23ae
3 changed files with 44 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ from utils import check_envs, db_update, get_start_end_dates # noqa: E402
def main():
"""Запускает CLI-сценарий переноса трудочасов из Clockify в Redmine."""
args = arg_parser.parse_args()
if is_debug := args.debug: