get_current_app
Return the current App instance.
Returns:
| Type | Description |
|---|---|
App
|
The currently active App instance. |
Raises:
| Type | Description |
|---|---|
RuntimeError
|
If no App has been registered yet. |