Source code for segram.grammar.lang.en.sent

from .grammar import EnglishGrammar
from ... import Sent


[docs] class EnglishSent(EnglishGrammar, Sent): """English sentence element.""" __slots__ = ()