6 lines
63 B
Python
6 lines
63 B
Python
|
from .cc import TestCC
|
||
|
|
||
|
__all__ = [
|
||
|
TestCC.__name__,
|
||
|
]
|