feat(ui): ✨ Display header, footer, and searchbar
This commit is contained in:
parent
de8c467d7f
commit
65ee1e37c6
2 changed files with 71 additions and 0 deletions
8
src/teilchensammler_cli/__init__.py
Normal file
8
src/teilchensammler_cli/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
This file exists so the directory becomes a package.
|
||||
"""
|
||||
|
||||
from .main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue