New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
What do you get when you write app = FastAPI() at the top of a new file?
app = FastAPI()
A one time console message confirming the file imported without errors
A background process that starts listening for requests immediately, before any routes exist
An instance of the FastAPI class that becomes the single object every route and hook attaches to