.. _using_importjob: Importing a Datoma object =========================== This section shows how to import a saved ``Datoma object``. If you haven't seen how to export ``Datoma objects``, please refer to :ref:`using_datomajob`. In this example, we import previously saved ``DatomaJob`` and ``DatomaWorkflow`` objects. .. literalinclude:: ../../code_examples/import_instance.py :language: python To see a more complex usage of ``datoma``, refer to :ref:`using_complexexample`.