2021-07-11 07:31:37 +02:00

6 lines
97 B
Python

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