7 lines
102 B
Python
7 lines
102 B
Python
try:
|
|
from .runner import DiscoverRunner # noqa
|
|
except ImportError:
|
|
pass
|
|
|
|
__version__ = '1.0'
|