Skip to content

Commit bcfb253

Browse files
committed
Expose some useful primitives
1 parent df41b19 commit bcfb253

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

dopple/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
from .dopple import main # noqa: F401
1+
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Expose some basic functions and constants.
2+
This change is needed to make dopple usable as a library.

0 commit comments

Comments
 (0)