open_toontown_panda3d/direct/src/leveleditor/AnimMgr.py

11 lines
230 B
Python
Executable File

"""
Defines AnimMgr
"""
from .AnimMgrBase import *
class AnimMgr(AnimMgrBase):
""" Animation will create, manage, update animations in the scene """
def __init__(self, editor):
AnimMgrBase.__init__(self, editor)