2021-08-04 09:04:05 +02:00

6 lines
98 B
Python

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