sanic/tests/typing/samples/app_default.py

5 lines
62 B
Python
Raw Normal View History

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