5 lines
64 B
Python
Executable File
5 lines
64 B
Python
Executable File
class cls:
|
|
def execute(self):
|
|
print "Execute"
|
|
|