#!python
#
if __name__ == "__main__":
    from agency.scripts import manager
    manager.main()
