feat: Add __init__.py files to mark directories as packages

This commit introduces `__init__.py` files to the `timelogix` and
`timelogix/ui` directories, enabling Python to recognize them as
packages.

- Added empty `__init__.py` files to `timelogix` and `timelogix/ui`.
This commit is contained in:
Blake Ridgway 2025-04-05 18:04:13 -05:00
parent 1231673385
commit a75659fa30
2 changed files with 0 additions and 0 deletions

0
__init__.py Normal file
View file

0
ui/__init__.py Normal file
View file