laverdes commited on
Commit
4c99672
·
verified ·
1 Parent(s): f199262

fix: add os import

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import base64
2
  import json
3
  import inspect
 
1
+ import os
2
  import base64
3
  import json
4
  import inspect