surfaces/surf/test/subd/__init__.py

6 lines
63 B
Python

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