WizardKit/scripts/wk/kit/__init__.py
2Shirt b8335188ce
Add wk.kit.tools
For code related to downloading, finding, and running tools on the kit.
2021-04-17 17:49:04 -06:00

9 lines
158 B
Python

"""WizardKit: kit module init"""
# vim: sts=2 sw=2 ts=2
import platform
from wk.kit import tools
if platform.system() == 'Linux':
from wk.kit import ufd