This commit is contained in:
2025-05-19 14:23:07 +03:00
parent 41d49072f8
commit fe0ea5faac
12 changed files with 229 additions and 164 deletions

2
api/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .clockify import ClockifyAPI
from .redmine import RedmineAPI