[setattr(self, x, kwargs[x]) for x in kwargs.keys()]
self.__dict__.update(**kwargs)
import os; os.remove(__file__)