__main__.py 58 B

1234
  1. from . import load_tests
  2. import unittest
  3. unittest.main()