#!/usr/bin/python

if __name__ == '__main__':
    from dockerstack_agent import builder
    builder.main()
