Files
TJWaterServer/api/connection.py
2022-09-02 18:33:33 +08:00

3 lines
65 B
Python

import psycopg as pg
g_conn_dict : dict[str, pg.Connection] = {}