mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
7 lines
144 B
Python
7 lines
144 B
Python
"""instantiate global BulletinBoard object"""
|
|
|
|
__all__ = ['bulletinBoard']
|
|
|
|
import BulletinBoard
|
|
|
|
bulletinBoard = BulletinBoard.BulletinBoard()
|