surfaces/surf/test/subd/__init__.py
2012-05-09 00:32:34 -06:00

6 lines
63 B
Python

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