Wii.py/Wii.py
2009-06-17 20:53:12 +02:00

14 lines
257 B
Python

__all__ = []
from compression import *
from savedata import *
from banner import *
from disc import *
from nand import *
from title import *
from TPL import *
from U8 import *
if(__name__ == "__main__"):
print("\nAll components loaded sucessfully!\n\n")