Source code for swarmauri.core.documents.IDocument

from abc import ABC

[docs] class IDocument(ABC): pass