Skip to content

Commit 6952b68

Browse files
committed
Update __init__.py
1 parent 1cf1945 commit 6952b68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dlclivegui/temp/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
This dlclivegui.temp package is a temporary location for code
3+
that is needed but duplicated from dlclive or other packages,
4+
and are not yet released in the main dlclive or other packages.
5+
This is a strictly temporary location and should be removed
6+
as soon as the code is released in the main dlclive or other packages.
7+
"""
8+
19
from .engine import Engine # type: ignore
210

311
__all__ = ["Engine"]

0 commit comments

Comments
 (0)