We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf1945 commit 6952b68Copy full SHA for 6952b68
dlclivegui/temp/__init__.py
@@ -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
+
9
from .engine import Engine # type: ignore
10
11
__all__ = ["Engine"]
0 commit comments