mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-19 07:15:49 -04:00
11 lines
212 B
Python
11 lines
212 B
Python
__all__ = []
|
|
|
|
from compression 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") |