9 lines
84 B
Python
9 lines
84 B
Python
#!/usr/bin/env python
|
|
|
|
def main():
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|