surfaces/surf/subd/__init__.py
2012-05-29 17:33:15 -06:00

8 lines
85 B
Python

from . import cc, butterfly
__all__ = [
cc.__name__,
butterfly.__name__,
]