]> git.saurik.com Git - wxWidgets.git/blobdiff - 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
diff --git a/wxPython/wx/lib/ogl/__init__.py b/wxPython/wx/lib/ogl/__init__.py
new file mode 100644 (file)
index 0000000..667ed0a
--- /dev/null
@@ -0,0 +1,14 @@
+"""
+The Object Graphics Library provides for simple drawing and manipulation
+of 2D objects.
+"""
+
+__all__ = ["basic", "diagram", "canvas", "lines", "bmpshape", "divided", "composit"]
+
+from basic import *
+from diagram import *
+from canvas import *
+from lines import *
+from bmpshape import *
+from divided import *
+from composit import *