The web package is already named 'beanflows'. Renaming the root CLI/infra package to 'beanflows-pipeline' (src/beanflows_pipeline/) resolves the uv workspace name conflict and Python namespace collision. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
55 B
Python
3 lines
55 B
Python
def main() -> None:
|
|
print("Hello from beanflows!")
|