Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Feb 15, 2024
1 parent 65e15bc commit 15ecdbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/python_api/src_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"""

import sys
import os
sys.setdlopenflags(os.RTLD_GLOBAL | os.RTLD_NOW)

from .database import *
from .connection import *
from .query_result import *
Expand Down

0 comments on commit 15ecdbf

Please sign in to comment.