Fix nus module not being imported automatically

This commit is contained in:
Campbell 2024-06-07 23:21:03 -04:00
parent 736a9e5c0c
commit 2fbb2b04f3
Signed by: NinjaCheetah
GPG Key ID: 670C282B3291D63D

View File

@ -2,6 +2,7 @@
# https://github.com/NinjaCheetah/libWiiPy
from .content import *
from .nus import *
from .ticket import *
from .title import *
from .tmd import *