Also automatically import crypto for the title subpackage

This commit is contained in:
Campbell 2024-06-07 23:36:20 -04:00
parent af6977a23c
commit 6b8eda7823
Signed by: NinjaCheetah
GPG Key ID: 670C282B3291D63D

View File

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