6 lines
94 B
Python
6 lines
94 B
Python
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from models.profile import Profile
|
||
|
|
|
||
|
|
__all__ = ["Profile"]
|