sanic/tests/typing/samples/app_default.py

6 lines
63 B
Python
Raw Normal View History

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