#!/usr/bin/env python3
from dockupdater.dockupdater import main


# stub to allow cli call
if __name__ == "__main__":
    main()
