sanic/sanic/__init__.py
2016-10-16 02:21:24 -07:00

5 lines
93 B
Python

from .sanic import Sanic
from .blueprints import Blueprint
__all__ = ['Sanic', 'Blueprint']