5 lines
62 B
Python
5 lines
62 B
Python
|
from sanic import Sanic
|
||
|
|
||
|
app = Sanic("test")
|
||
|
reveal_type(app)
|