3 lines
69 B
Python
3 lines
69 B
Python
class animation(object):
|
|
def __init__(self) -> None:
|
|
pass |
class animation(object):
|
|
def __init__(self) -> None:
|
|
pass |