qwad/WiiPy/Wii.py
2012-08-21 19:28:14 +02:00

23 lines
400 B
Python

__all__ = []
from common import *
from formats import *
from title import *
from disc import *
from image import *
from archive import *
from export import *
from compression import *
from nand import *
from headers import *
from bns import *
if (__name__ == "__main__"):
Crypto()
TMD()
Ticket()
#insert non-dependant check code here
print("\nAll Wii.py components loaded sucessfully!\n")