4 lines
71 B
Python
4 lines
71 B
Python
from jarvis_tasks import start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|