mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
refactor .basic-memory project file structure
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user