rep1/python37/Lib/test/test_lib2to3.py

6 lines
101 B
Python
Raw Permalink Normal View History

2024-11-21 09:00:42 +08:00
from lib2to3.tests import load_tests
import unittest
if __name__ == '__main__':
unittest.main()