feat: set up modularized version of project with testing
This commit is contained in:
commit
7bea08ddac
19 changed files with 1138 additions and 0 deletions
3
src/timesheets/__init__.py
Normal file
3
src/timesheets/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .cli import main
|
||||
|
||||
__all__ = ["main"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue