#!/usr/bin/python3 -s
import hosts.editor

if __name__ == '__main__':
    hosts.editor.main()
