5 lines
45 B
Python
5 lines
45 B
Python
|
|
from app.db import Base
|
||
|
|
|
||
|
|
__all__ = ["Base"]
|
||
|
|
|