6ed0d3def7
Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
8 lines
127 B
Python
8 lines
127 B
Python
from sanic.app import Sanic
|
|
from sanic.blueprints import Blueprint
|
|
|
|
|
|
__version__ = "19.03.0"
|
|
|
|
__all__ = ["Sanic", "Blueprint"]
|