We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8888fa6 commit c62616aCopy full SHA for c62616a
src/__init__.py
@@ -1,11 +1,13 @@
1
# //////////////////////////////////////////////////////////////////////////////
2
# Postgres Pro. PostgreSQL Configuration Python Library.
3
4
+# fmt: off
5
from .implementation.v00.configuration_std import PostgresConfiguration_Std as PostgresConfiguration
6
7
from .implementation.v00.configuration_std import PostgresConfigurationReader_Std as PostgresConfigurationReader
8
9
from .implementation.v00.configuration_std import PostgresConfigurationWriter_Std as PostgresConfigurationWriter
10
+# fmt: on
11
12
13
0 commit comments