2021-03-27 12:45:19 +01:00

6 lines
97 B
Python

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