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 df41b19 commit bcfb253Copy full SHA for bcfb253
dopple/__init__.py
@@ -1 +1,8 @@
1
-from .dopple import main # noqa: F401
+from .dopple import ( # noqa: F401
2
+ DEFAULT_BACKEND_PATH,
3
+ DEFAULT_PROXY_URL,
4
+ Proxy,
5
+ main,
6
+ run,
7
+ run_daemon,
8
+)
newsfragments/10.feature.rst
@@ -0,0 +1,2 @@
+Expose some basic functions and constants.
+This change is needed to make dopple usable as a library.
0 commit comments