surfaces/surf/subd/__init__.py

8 lines
85 B
Python
Raw Normal View History

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