Skip to content
Snippets Groups Projects
Commit 152ca01b authored by Sebastien GOYON's avatar Sebastien GOYON
Browse files

Delete scheduler.py

parent 0f033931
No related branches found
No related tags found
No related merge requests found
import sys
from iotAmak.scheduler import Scheduler
if __name__ == '__main__':
a = Scheduler(str(sys.argv[1]))
a.run()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment