Adjust imports

This commit is contained in:
coletdjnz
2025-09-28 12:17:25 +13:00
parent 37c1277798
commit 689764f8ce
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
from yt_dlp_ejs._version import version
from yt_dlp_ejs import yt
__all__ = [
"version",
"yt"
]

View File

@@ -0,0 +1,3 @@
from . import solver
__all__ = ["solver"]

View File

@@ -1,8 +1,7 @@
import importlib
import importlib.resources
import yt_dlp_ejs.yt.solver
def core() -> str:
"""
Read the contents of the JavaScript core solver bundle as string.