Poodletooth-iLand/panda/direct/showbase/BulletinBoardGlobal.py

8 lines
144 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
"""instantiate global BulletinBoard object"""
__all__ = ['bulletinBoard']
import BulletinBoard
bulletinBoard = BulletinBoard.BulletinBoard()