5 lines
79 B
Python
5 lines
79 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
if __name__ == '__main__':
|
|
print("do some test.")
|