7 lines
79 B
Python
7 lines
79 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|
|
# cursor: 3 del
|