Adding lots of skills

This commit is contained in:
2026-05-09 22:44:17 +02:00
parent b57fc43fc0
commit bb444759f6
58 changed files with 3585 additions and 86 deletions
@@ -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#