monkey/monkey/infection_monkey.py

5 lines
90 B
Python

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