#!/usr/bin/env python

import update

if __name__ == "__main__":
	update.update_value()
