blob: a618140c2d1be9f64881e61871abaea3e73fc7fa [file] [log] [blame]
from typing import Union
from . import Attribute, _FilterType
def include(*what: Union[type, Attribute]) -> _FilterType: ...
def exclude(*what: Union[type, Attribute]) -> _FilterType: ...