ALPHA/main.py

8 lines
95 B
Python
Raw Normal View History

import mech
test1 = mech.Mech('Wolverine WVR-7K',2,3,2)
test1.get_card()
test1.set_skill(4)