open_toontown_panda3d/direct/src/directnotify/DirectNotifyGlobal.py

9 lines
204 B
Python

"""instantiate global DirectNotify used in Direct"""
__all__ = ['directNotify', 'giveNotify']
from . import DirectNotify
directNotify = DirectNotify.DirectNotify()
giveNotify = directNotify.giveNotify