8 lines
78 B
Python
8 lines
78 B
Python
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
|
|
|
|
def main():
|
|
unused = 1
|
|
|
|
unknown()
|