2020-11-28 12:42:06 +01:00

6 lines
97 B
Python

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