get_app_path
faststream.cli.utils.imports.get_app_path #
Get the application path.
PARAMETER | DESCRIPTION |
---|---|
app | The name of the application in the format "module:app_name". TYPE: |
RAISES | DESCRIPTION |
---|---|
ValueError | If the given app is not in the format "module:app_name". |