We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4095ccc commit b43eaedCopy full SHA for b43eaed
main.py
@@ -9,7 +9,7 @@
9
import threading
10
from functools import partial
11
import sys, os, argparse
12
-from modules.pyBjson.conversions import uint_to_bytes, int_to_bytes, float_to_bytes
+from modules.pyBjson.utils import uint_to_bytes, int_to_bytes, float_to_bytes
13
14
def getBjsonContent(fp: str|Path):
15
return convertBjsonToJson(fp)
modules/pyBjson
0 commit comments