6 lines
77 B
Python
6 lines
77 B
Python
def main() -> None:
|
|
print('TODO')
|
|
|
|
if __name__ == "__main__":
|
|
main()
|