7 lines
116 B
Python
7 lines
116 B
Python
from .sanic import Sanic
|
|
from .blueprints import Blueprint
|
|
|
|
__version__ = '0.2.0'
|
|
|
|
__all__ = ['Sanic', 'Blueprint']
|