mirror of
https://github.com/FIX94/hbc.git
synced 2024-11-22 10:39:20 +01:00
3 lines
131 B
Python
3 lines
131 B
Python
|
import os.path, sys
|
||
|
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../Common/pywii'))
|
||
|
from wii import *
|