7 lines
93 B
Python
7 lines
93 B
Python
|
|
from .Query import Query as _Query
|
||
|
|
|
||
|
|
class Schemas:
|
||
|
|
|
||
|
|
Query = _Query
|
||
|
|
|
||
|
|
__all__ = ["Schemas"]
|