open_toontown_panda3d/direct/src/showbase/BulletinBoardGlobal.py

8 lines
144 B
Python
Executable File

"""instantiate global BulletinBoard object"""
__all__ = ['bulletinBoard']
import BulletinBoard
bulletinBoard = BulletinBoard.BulletinBoard()