8 lines
96 B
Python
8 lines
96 B
Python
from .base import Base
|
|
from .database import Database
|
|
|
|
__all__ = [
|
|
'Base',
|
|
'database'
|
|
]
|