Frontend basics

This commit is contained in:
Piotr Dec 2025-10-16 23:07:06 +02:00
parent 8565ce19fe
commit e310930d9e
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
10 changed files with 607 additions and 58 deletions

3
app/web/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .passwords import PasswordsController
__all__ = ["PasswordsController"]