surfaces/surf/test/subd/__init__.py
2012-06-08 11:47:19 -06:00

6 lines
68 B
Python

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