Skip to content

Commit 24bfa54

Browse files
committed
feat: add jpype imports for enhanced JVM integration
1 parent 129fcb4 commit 24bfa54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • bindings/python/src/arcadedb_embedded

bindings/python/src/arcadedb_embedded/jvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from typing import Iterable, Optional, Union
1212

1313
import jpype
14+
import jpype.imports
1415

1516
from .exceptions import ArcadeDBError
1617

0 commit comments

Comments
 (0)