fix: restore accidentally deleted __main__ and __init__ module files

The __main__.py and __init__.py files were inadvertently removed during a previous cleanup operation. This commit restores both files to their original state, ensuring the package can be properly executed as a module and imported as a package.
This commit is contained in:
retoor 2024-11-25 19:28:59 +00:00
parent 5025647f04
commit c32c59dd2a
2 changed files with 0 additions and 0 deletions

0
src/drstats/__init__.py Normal file
View File

0
src/drstats/__main__.py Normal file
View File