9 lines
76 B
Python
9 lines
76 B
Python
import string
|
|
|
|
|
|
def main():
|
|
pass
|
|
|
|
if __name__ == '__main__':
|
|
main()
|