surfaces/surf/subd/__init__.py

8 lines
85 B
Python

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