Fix nus module not being imported automatically

This commit is contained in:
2024-06-07 23:21:03 -04:00
parent 736a9e5c0c
commit 2fbb2b04f3

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 *