6 lines
104 B
Python
6 lines
104 B
Python
from .view import PydanticView
|
|
|
|
__version__ = "1.12.1_fixed"
|
|
|
|
__all__ = ("PydanticView", "__version__")
|