11 lines
77 B
Python
Executable File
11 lines
77 B
Python
Executable File
#!/bin/python
|
|
|
|
"""
|
|
Description:
|
|
|
|
"""
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|