6 lines
68 B
Python
6 lines
68 B
Python
from .test_cc import TestCC
|
|
|
|
__all__ = [
|
|
TestCC.__name__,
|
|
]
|