7 lines
107 B
Python
7 lines
107 B
Python
|
|
from .database import Schemas as _database
|
||
|
|
|
||
|
|
class Schemas:
|
||
|
|
|
||
|
|
database = _database
|
||
|
|
|
||
|
|
__all__ = ["Schemas"]
|