#!/usr/lib/zope2.12/bin/python

import ZEO.mkzeoinst

if __name__ == '__main__':
    ZEO.mkzeoinst.main()
