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

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