2021-08-22 15:06:11 +02:00

6 lines
98 B
Python

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