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

public enum ExportStatus {
    PROCESSING,
    COMPLETED,
    FAILED
}