Files
TJWaterServerBinary/app/native/api/connection.py
T

3 lines
65 B
Python

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