Frontend basics
This commit is contained in:
parent
8565ce19fe
commit
e310930d9e
10 changed files with 607 additions and 58 deletions
3
app/web/__init__.py
Normal file
3
app/web/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .passwords import PasswordsController
|
||||
|
||||
__all__ = ["PasswordsController"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue