feat(ui): Display header, footer, and searchbar

This commit is contained in:
bronsen 2025-12-04 13:21:49 +01:00
parent de8c467d7f
commit 65ee1e37c6
2 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,8 @@
"""
This file exists so the directory becomes a package.
"""
from .main import main
if __name__ == "__main__":
main()