GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

refactor: move shared enums to enums.py #336

Closed jackwotherspoon closed 3 months ago

jackwotherspoon commented 3 months ago

Moving all shared enums such as IPTypes into enums.py as lazy refresh will add another enum to be shared.