pypsyc/in-silico/test.py

9 lines
160 B
Python
Raw Normal View History

2010-02-24 08:50:45 +00:00
from gui.psycObjects import wxCenter
if __name__ == '__main__':
center = wxCenter()
center.run()
#center = wx.wxCenter()
#center.heartbeat()