1'''
2Some simple tests to check that the framework is properly wrapped.
3'''
4import objc
5from PyObjCTools.TestSupport import *
6import CoreFoundation
7
8class TestCoreFoundation (TestCase):
9    pass
10
11
12
13if __name__ == "__main__":
14    main()
15