7 lines
117 B
Python
7 lines
117 B
Python
class animation(object):
|
|
def __init__(self) -> None:
|
|
pass
|
|
|
|
def flyin(self, object):
|
|
pass
|
|
|