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.
2 parents 3c8bfc1 + 3a0e321 commit 6c3c234Copy full SHA for 6c3c234
1 file changed
connect/__init__.py
@@ -0,0 +1,4 @@
1
+import pkgutil
2
+
3
+__path__ = pkgutil.extend_path(__path__, __name__)
4
0 commit comments