terom@65: """ terom@65: Core commands terom@65: """ terom@65: terom@144: from update import update terom@65: terom@144: COMMANDS = (update, )