import order
This commit is contained in:
parent
a9f1220bca
commit
71719e849f
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# backend.py
|
# backend.py
|
||||||
# openeventdatabase
|
# openeventdatabase
|
||||||
|
|
||||||
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import falcon
|
import falcon
|
||||||
import psycopg2
|
import psycopg2
|
||||||
import psycopg2.extras
|
import psycopg2.extras
|
||||||
import json
|
|
||||||
|
|
||||||
|
|
||||||
def db_connect():
|
def db_connect():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue