mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
reverted :/
This commit is contained in:
parent
379fd95fdd
commit
76d39dab79
8
Wii.py
8
Wii.py
@ -1,14 +1,14 @@
|
||||
__all__ = []
|
||||
|
||||
|
||||
from compression import *
|
||||
from savedata import *
|
||||
from banner import *
|
||||
from disc import *
|
||||
from nand import *
|
||||
from other import *
|
||||
from formats import *
|
||||
from title import *
|
||||
from TPL import *
|
||||
from U8 import *
|
||||
|
||||
if(__name__ == "__main__"):
|
||||
print("\nAll components loaded sucessfully!\n\n")
|
||||
if (__name__ == "__main__"):
|
||||
print ("\nAll components loaded sucessfully!\n\n")
|
||||
|
Loading…
Reference in New Issue
Block a user