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

Delete env.py

parent 03b389b4
Branches
No related tags found
No related merge requests found
import sys
from iotAmak.environment import Environment
class AntEnv(Environment):
def __init__(self, broker_ip):
super().__init__(broker_ip)
if __name__ == '__main__':
s = AntEnv(str(sys.argv[1]))
s.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