mirror of
https://github.com/python/cpython.git
synced 2025-07-14 14:55:17 +00:00
10 lines
153 B
Python
10 lines
153 B
Python
from __future__ import unicode_literals
|
|
|
|
import unittest
|
|
from test import support
|
|
|
|
def test_main():
|
|
pass
|
|
|
|
if __name__ == "__main__":
|
|
test_main()
|