add user auth boilerplate

This commit is contained in:
Viktor Barzin 2025-06-11 21:08:11 +00:00
parent 4a65664f4a
commit 4ad04775c9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 275 additions and 4 deletions

View file

@ -0,0 +1,4 @@
from repositories.listing_repository import ListingRepository
__all__ = ["ListingRepository"]