????
Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/psycopg_c/ |
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/psycopg_c/__init__.py |
""" psycopg -- PostgreSQL database adapter for Python -- C optimization package """ # Copyright (C) 2020 The Psycopg Team import sys # This package shouldn't be imported before psycopg itself, or weird things # will happen if "psycopg" not in sys.modules: raise ImportError("the psycopg package should be imported before psycopg_c") from .version import __version__ as __version__ # noqa