Poodletooth-iLand/dependencies/panda/direct/task/TaskManagerGlobal.py
2015-05-29 05:03:48 -05:00

7 lines
131 B
Python

"""TaskManagerGlobal module: contains the global task manager"""
__all__ = ['taskMgr']
import Task
taskMgr = Task.TaskManager()