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