This commit is contained in:
c-basalt
2024-08-11 16:35:33 -04:00
parent 567fb56a1c
commit b58d59ec78
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
from .jsinterp import JSInterpreter
from .native import JSInterpreter as NativeJSI
from .external import PhantomJSwrapper, DenoWrapper, PuppeteerWrapper
__all__ = [
JSInterpreter,
NativeJSI,
PhantomJSwrapper,
DenoWrapper,
PuppeteerWrapper,