#!python
from dockupdater.dockupdater import main


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