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

7 lines
151 B
Python

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