8 lines
91 B
Python
8 lines
91 B
Python
#! /usr/bin/env python
|
|
|
|
def main():
|
|
pass
|
|
|
|
if __name__ == '__main__':
|
|
main()
|