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

3 lines
65 B
Python

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