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 7cb75db commit 7fd1c2cCopy full SHA for 7fd1c2c
src/databricks/__init__.py
@@ -0,0 +1,4 @@
1
+# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
2
+# This file should only contain the following line. Otherwise other sub-packages databricks.* namespace
3
+# may not be importable.
4
+__path__ = __import__("pkgutil").extend_path(__path__, __name__)
0 commit comments