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

from .thing_types import ThingTypesBase


class AnnotationTypesBase(ThingTypesBase):
    """
    Inherit from this class to build your own custom annotation
    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 AnnotationTypes(AnnotationTypesBase):
    """
    This enum contains the URIs for the MMIF annotation 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.
    """
