historical/toontown-classic.git/panda/direct/showbase/BulletinBoardGlobal.py

8 lines
151 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""instantiate global BulletinBoard object"""
__all__ = ['bulletinBoard']
from . import BulletinBoard
bulletinBoard = BulletinBoard.BulletinBoard()