:mod:`khard.object_type`
========================

.. py:module:: khard.object_type

.. autoapi-nested-parse::

   Helper module for validating typed vcard properties



Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   khard.object_type.ObjectType



.. py:class:: ObjectType

   Bases: :class:`enum.Enum`

   Generic enumeration.

   Derive from this class to define new enumerations.

   .. attribute:: string
      :annotation: = 1

      

   .. attribute:: list_with_strings
      :annotation: = 2

      

   .. attribute:: string_or_list_with_strings
      :annotation: = 3

      


