Get the app module for the backend. Returns: The app module for the backend.
()
| 438 | |
| 439 | |
| 440 | def get_app_instance_from_file() -> str: |
| 441 | """Get the app module for the backend. |
| 442 | |
| 443 | Returns: |
| 444 | The app module for the backend. |
| 445 | """ |
| 446 | return f"{get_app_file()}:{constants.CompileVars.APP}" |
| 447 | |
| 448 | |
| 449 | def run_backend( |
no test coverage detected