rep1/python37/Lib/test/test_future4.py

7 lines
105 B
Python
Raw Permalink Normal View History

2024-11-21 09:00:42 +08:00
from __future__ import unicode_literals
import unittest
if __name__ == "__main__":
unittest.main()