2021-07-26 09:04:35 +02:00

6 lines
98 B
Python

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