7 lines
216 B
Python
Executable File
7 lines
216 B
Python
Executable File
# Please do not change this hardware control module for Quisk.
|
|
# It provides USB control of SoftRock hardware.
|
|
|
|
from __future__ import print_function
|
|
from __future__ import absolute_import
|
|
from hardware_usb import *
|