refactor .basic-memory project file structure

This commit is contained in:
phernandez
2024-12-26 11:46:40 -06:00
parent ce909e0f23
commit fba42ce2f8
5 changed files with 26 additions and 23 deletions
+4
View File
@@ -35,5 +35,9 @@ def init_db(
asyncio.run(_init_db())
@app.command()
def hello(name: str):
print(f"Hello {name}")
if __name__ == "__main__": # pragma: no cover
app()