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:
parent
5025647f04
commit
c32c59dd2a
0
src/drstats/__init__.py
Normal file
0
src/drstats/__init__.py
Normal file
0
src/drstats/__main__.py
Normal file
0
src/drstats/__main__.py
Normal file
Loading…
Reference in New Issue
Block a user