def __init__(self,user_device_set,user_timestamps):
     self.fc = DataFileCreator(user_device_set, user_timestamps)
     print("Created %s with %s lines of data\n",(self.fc.getFileName(),self.fc.getNLines()))
     self.fc.cleanUp()