]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/lib/ogl/__init__.py
Added a Python port of the OGL library, deprecated the C++ wrapped version.
[wxWidgets.git] / wxPython / wx / lib / ogl / __init__.py
1 """
2 The Object Graphics Library provides for simple drawing and manipulation
3 of 2D objects.
4 """
5
6 __all__ = ["basic", "diagram", "canvas", "lines", "bmpshape", "divided", "composit"]
7
8 from basic import *
9 from diagram import *
10 from canvas import *
11 from lines import *
12 from bmpshape import *
13 from divided import *
14 from composit import *