56b4d17
1
2
3
4
5
6
import psycopg2 import os def init_connection(): return psycopg2.connect(os.environ["DB_CONNECT"])