Skip to content

Commit bd50668

Browse files
authored
Merge pull request #167 from DeepLabCut/cy/enable-engine-public-access
Enable package-level access to Engine enum
2 parents ffe923c + 2557bff commit bd50668

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dlclive/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,17 @@
1414
from dlclive.benchmark import benchmark_videos, download_benchmarking_data
1515
from dlclive.display import Display
1616
from dlclive.dlclive import DLCLive
17+
from dlclive.engine import Engine
1718
from dlclive.processor.processor import Processor
1819
from dlclive.version import VERSION, __version__
20+
21+
__all__ = [
22+
"DLCLive",
23+
"Display",
24+
"Processor",
25+
"Engine",
26+
"benchmark_videos",
27+
"download_benchmarking_data",
28+
"VERSION",
29+
"__version__",
30+
]

0 commit comments

Comments
 (0)