2021-10-01 08:03:54 +02:00

6 lines
98 B
Python

from .view import PydanticView
__version__ = "1.12.0"
__all__ = ("PydanticView", "__version__")