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

8 lines
144 B
Python
Raw Normal View History

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