hyperboria/nexus/views/telegram/__init__.py

4 lines
95 B
Python
Raw Normal View History

from .registry import parse_typed_document_to_view
__all__ = ['parse_typed_document_to_view']