surfaces/surf/test/subd/__init__.py

6 lines
68 B
Python

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