INNER CODE UNIT · Python
foo
modal-labs/modal-client · py/modal/app.py:163
def foo():
pass
```
In this example, the secret and schedule are registered with the app.
"""
_all_apps: ClassVar[dict[str | None, list["_App"]]] = {}
_container_app: ClassVar["_App | None"] = None
_name: str | None
_description: str | None
_local_state_attr: _LocalAppState | None = None
# Running apps only (container apps or running local)
_app_id: str | None # Kept after app finishes
_running_app: RunningApp | None # Various app info