mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 14:55:35 -04:00
6 lines
71 B
Python
6 lines
71 B
Python
import Wii
|
|
import sys
|
|
|
|
for elem in sys.argv:
|
|
Wii.IMD5(elem).add(elem)
|