Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
6 lines
110 B
Python
6 lines
110 B
Python
import asyncio
|
|
from app.models.database import init_db
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(init_db())
|