historical/toontown-classic.git/panda/direct/directnotify/DirectNotifyGlobal.py

9 lines
204 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""instantiate global DirectNotify used in Direct"""
__all__ = ['directNotify', 'giveNotify']
from . import DirectNotify
directNotify = DirectNotify.DirectNotify()
giveNotify = directNotify.giveNotify