crudkit/crudkit/html/__init__.py

3 lines
91 B
Python

from .ui_fragments import make_fragments_blueprint
__all__ = ["make_fragments_blueprint"]