7 lines
126 B
Python
7 lines
126 B
Python
from constants import ANIMATION_PART
|
|
|
|
def animationsOn():
|
|
ANIMATION_PART = 11
|
|
|
|
def animationsOff():
|
|
ANIMATION_PART = 1 |