10 lines
167 B
Python
10 lines
167 B
Python
class catch_jaw:
|
|
def __init__(self, x, y, width, height, angle, color):
|
|
pass
|
|
|
|
def run(self):
|
|
pass
|
|
|
|
|
|
def take_bag(self):
|
|
return True |