mirror of https://github.com/python/cpython
7 lines
60 B
Python
7 lines
60 B
Python
|
import unittest
|
||
|
|
||
|
from . import load_tests
|
||
|
|
||
|
|
||
|
unittest.main()
|