__init__.py 77 B

12
  1. from runner import TextTestRunner, main
  2. __all__ = ['TextTestRunner', 'main']