Basic injects

This commit is contained in:
Piotr Dec 2025-10-12 20:30:43 +02:00
parent 2d3699ad00
commit 232920683a
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
7 changed files with 29 additions and 19 deletions

View file

@ -1,8 +1,10 @@
import os.path
from injectable import injectable
from pykeepass import PyKeePass, create_database, Group
@injectable(singleton=True)
class Passwords:
def __init__(self):
from app.config import get_settings