♻️Remove obsolete main()

This commit is contained in:
Brian Wiborg 2025-09-27 12:30:50 +02:00
parent df2d2fd89c
commit 091e8a4605
No known key found for this signature in database

View file

@ -109,6 +109,3 @@ def createsuperuser(root: str = "."):
asyncio.run(user.save()) asyncio.run(user.save())
asyncio.run(project.close_orm()) asyncio.run(project.close_orm())
def main():
app()