Adds package definition with imports for the sandbox package

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-08-05 12:36:01 -07:00
parent f3b36fa0ef
commit 184c49daf7

3
py-scripts/sandbox/__init__.py Executable file
View File

@@ -0,0 +1,3 @@
sys.path.insert(1, '../../py-json')
import LANforge
import LANforge.lfcli_base