#!/usr/bin/env python

__requires__ = 'eeprom==1.0.0'

from eeprom import eeprom

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