historical/toontown-classic.git/panda/direct/directnotify/DirectNotifyGlobal.py
2024-01-16 11:20:27 -06:00

8 lines
204 B
Python

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