diff --git a/sceneitems/__init__.py b/sceneitems/__init__.py new file mode 100644 index 0000000..aa139f8 --- /dev/null +++ b/sceneitems/__init__.py @@ -0,0 +1,2 @@ +from pointitem import * +from lineitem import * diff --git a/lineitem.py b/sceneitems/lineitem.py similarity index 100% rename from lineitem.py rename to sceneitems/lineitem.py diff --git a/pointitem.py b/sceneitems/pointitem.py similarity index 100% rename from pointitem.py rename to sceneitems/pointitem.py