Source code for swarmauri.core.conversations.IMaxSize

from abc import ABC, abstractmethod

[docs] class IMaxSize(ABC): pass