5 lines
98 B
Python
Executable file
5 lines
98 B
Python
Executable file
"""Main run file for J.A.R.V.I.S."""
|
|
from jarvis import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|