sketch for runner as a module

This commit is contained in:
Jon Taylor
2025-07-24 20:15:06 +01:00
parent 2be615066c
commit 2b1f056aa7
4 changed files with 111 additions and 4 deletions

View File

@@ -152,3 +152,6 @@ convention = "google"
command_line = "--module pytest"
source = ["src"]
omit = ["*/tests/*"]
[project.scripts]
pipecat = "pipecat.__main__:main"