Remove __pycache__ from repo
This commit is contained in:
9
backend/app/init_db.py
Normal file
9
backend/app/init_db.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from app.db_engine import init_db
|
||||
|
||||
from app.models.posts import Post
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import asyncio
|
||||
|
||||
asyncio.run(init_db())
|
||||
Reference in New Issue
Block a user