Files
old-krovovi-kalkulator/helix/constants/sql_constant.py

7 lines
152 B
Python
Raw Normal View History

2017-11-07 09:23:57 +01:00
import os
from helix.db.sql_manager import SQLManager
def sql_session_maker():
return SQLManager.get_sql_session_maker(os.getenv('DATABASE_URL'))