open_toontown_panda3d/direct/src/directnotify/DirectNotifyGlobal.py

9 lines
197 B
Python

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