7 lines
82 B
Python
7 lines
82 B
Python
#!/usr/bin/python3
|
|
from task1 import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|