sanic/tests/typing/samples/app_default.py

5 lines
62 B
Python

from sanic import Sanic
app = Sanic("test")
reveal_type(app)