sanic/sanic/blueprint_group.py
2023-09-06 15:44:00 +03:00

5 lines
84 B
Python

from .blueprints import BlueprintGroup
__all__ = ["BlueprintGroup"] # noqa: F405