You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
121 B
Python

from sqlmodel import create_engine, Session
from constant_3d import DATABASE_URL
engine = create_engine(DATABASE_URL)