Skip to content

Commit

Permalink
Added "solid" link
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 13, 2024
1 parent 785ed72 commit a44a890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions solid
4 changes: 3 additions & 1 deletion src/kikit
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"""
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.abspath(os.path.dirname(__file__))))
dname = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
#sys.path.insert(0, os.path.join(dname, 'kikit'))
sys.path.insert(0, dname)
from kikit.ui import cli
cli()

0 comments on commit a44a890

Please sign in to comment.