Adding lots of skills
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---------------------------------------------------------------------------
|
||||
ImportError Traceback (most recent call last)
|
||||
Cell In[1], line 3
|
||||
1 import sys
|
||||
2 sys.path.append('/a0/usr/workdir/gutasktool')
|
||||
----> 3 from gutasktool import main as gt_main
|
||||
4 try:
|
||||
5 result = gt_main.main(['orient'])
|
||||
|
||||
ImportError: cannot import name 'main' from 'gutasktool' (/a0/usr/workdir/gutasktool/gutasktool/__init__.py)
|
||||
(venv) root@18e4f1044611:/a0/usr/workdir#
|
||||
Reference in New Issue
Block a user