src/protocols/models/__init__.py
author salimr <riwad.salim@yahoo.fr>
Mon, 08 Oct 2018 03:24:47 +0200
changeset 159 a4705c2b4544
parent 142 56850f5c73f6
permissions -rw-r--r--
Add send note options to the editor

from .core import Protocol, ProtocolRevision, Metacategory, MetacategoryRevision

__all__ = ["Protocol", "ProtocolRevision", "Metacategory", "MetacategoryRevision"]