1'''
2Python mapping for the Cocoa framework.
3
4This module does not contain docstrings for the wrapped code, check Apple's
5documentation for details on how to use these functions and classes.
6'''
7from Foundation import *
8from AppKit import *
9