"""
Application Constants
"""
API_VERSION = "/api/v1"

ALLOWED_IMAGE_TYPES = {
    "image/jpeg",
    "image/jpg",
    "image/png"
}