#!python
# -*- coding: utf-8 -*-

from PathPandemCLI import spread_simul

if __name__ == "__main__":
    spread_simul.main()
