Poodletooth-iLand/panda/direct/showbase/BulletinBoardGlobal.py
2015-03-03 17:10:12 -05:00

7 lines
144 B
Python

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