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