mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
"""instantiate global BulletinBoard object"""
|
|
|
|
__all__ = ['bulletinBoard']
|
|
|
|
import BulletinBoard
|
|
|
|
bulletinBoard = BulletinBoard.BulletinBoard()
|