Fix module in terms of python style

This commit is contained in:
wqy
2022-09-02 18:33:33 +08:00
parent 4474f12d2c
commit bed5741558
11 changed files with 214 additions and 185 deletions

3
api/connection.py Normal file
View File

@@ -0,0 +1,3 @@
import psycopg as pg
g_conn_dict : dict[str, pg.Connection] = {}