#!/usr/bin/python3

import containerdiff

if __name__ == '__main__':
    containerdiff.main()
