package org.github.tess1o.geopulse.importdata.model;

public enum ImportStatus {
    VALIDATING,
    PROCESSING,
    COMPLETED,
    FAILED
}