qwad/WiiPy/Wii.py

22 lines
380 B
Python
Raw Normal View History

2012-08-21 19:28:14 +02:00
__all__ = []
from common import *
from formats import *
from title import *
from disc 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")