pip3 version
This commit is contained in:
parent
1c788a73c6
commit
8672c5fb56
1301 changed files with 130 additions and 81 deletions
8
toxygen/__init__.py
Normal file
8
toxygen/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
path = os.path.dirname(os.path.realpath(__file__)) # curr dir
|
||||
|
||||
sys.path.insert(0, os.path.join(path, 'styles'))
|
||||
sys.path.insert(0, os.path.join(path, 'plugins'))
|
||||
sys.path.insert(0, path)
|
Loading…
Add table
Add a link
Reference in a new issue