2021-04-04 14:02:37 +02:00

6 lines
97 B
Python

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