Home
app = init_app()
module-attribute
The FastAPI instance.
main()
The entry point of the MMISP Worker application. Starts the enabled workers and sets up the API.
Source code in src/mmisp/worker/main.py
38 39 40 41 42 43 44 45 46 |
|