mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
14 lines
276 B
Python
14 lines
276 B
Python
"""
|
|
The Object Graphics Library provides for simple drawing and manipulation
|
|
of 2D objects.
|
|
"""
|
|
|
|
from .basic import *
|
|
from .diagram import *
|
|
from .canvas import *
|
|
from .lines import *
|
|
from .bmpshape import *
|
|
from .divided import *
|
|
from .composit import *
|
|
from .drawn import *
|