mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-28 22:21:00 -04:00
15 lines
390 B
Python
15 lines
390 B
Python
# "__init__.py" from libWiiPy by NinjaCheetah & Contributors
|
|
# https://github.com/NinjaCheetah/libWiiPy
|
|
#
|
|
# These are the essential modules from libWiiPy that you'd probably want imported by default.
|
|
|
|
from .commonkeys import *
|
|
from .content import *
|
|
from .ticket import *
|
|
from .crypto import *
|
|
from .title import *
|
|
from .tmd import *
|
|
from .wad import *
|
|
from .nus import *
|
|
from .u8 import *
|