mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
11 lines
153 B
Python
11 lines
153 B
Python
from __future__ import unicode_literals
|
|
|
|
import unittest
|
|
from test import support
|
|
|
|
def test_main():
|
|
pass
|
|
|
|
if __name__ == "__main__":
|
|
test_main()
|