Files

7 lines
86 B
Python

def main():
print("Not implemented yet.")
if __name__ == '__main__':
main()