1import MyDocument
2import Note
3
4from PyObjCTools import AppHelper
5
6if __name__ == "__main__":
7    AppHelper.runEventLoop()
8