We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a576d4 commit 8150c97Copy full SHA for 8150c97
1 file changed
python/infinicore/__init__.py
@@ -2,6 +2,7 @@
2
3
with contextlib.suppress(ImportError):
4
from ._preload import preload
5
+
6
preload()
7
8
import infinicore.context as context
0 commit comments