# Spec version <VERSION>
# This file is auto-generated by setup.py

from .thing_types import ThingTypesBase


class DocumentTypesBase(ThingTypesBase):
    """
    Inherit from this class to build your own custom document
    vocabularies. Each member's name should be the name of the
    type, and each member's value should be the URI of that type.
    """
    ...


class DocumentTypes(DocumentTypesBase):
    """
    This enum contains the URIs for the MMIF document types defined in the spec version <VERSION>.
    Use this to quickly get the correct URIs for those types, or use the objects themselves in your
    code and they will serialize to the strings.
    """
