mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
5 lines
106 B
Python
5 lines
106 B
Python
from app.models.user import User
|
|
from app.models.scan import ScanResult
|
|
|
|
__all__ = ["User", "ScanResult"]
|