This commit is contained in:
Mikan
2026-03-09 22:05:48 +03:00
parent c635b0261b
commit 01cf0f87d0
5 changed files with 282 additions and 28 deletions

View File

@@ -1,4 +1,6 @@
"""Time Tracker package."""
"""Entry point for running the time tracker as a module."""
from .main import main
if __name__ == "__main__":
main()