diff --git a/src/ohmyapi/cli.py b/src/ohmyapi/cli.py index e415832..9aac0da 100644 --- a/src/ohmyapi/cli.py +++ b/src/ohmyapi/cli.py @@ -109,6 +109,3 @@ def createsuperuser(root: str = "."): asyncio.run(user.save()) asyncio.run(project.close_orm()) -def main(): - app() -