5 lines
74 B
Python
5 lines
74 B
Python
#!/bin/python3
|
|
import jarvis
|
|
|
|
if __name__ == "__main__":
|
|
jarvis.run()
|