monkey/monkey/infection_monkey.py

5 lines
78 B
Python

from infection_monkey.main import main
if "__main__" == __name__:
main()