6 lines
69 B
Python
6 lines
69 B
Python
def main() -> None:
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|