summaryrefslogtreecommitdiff
path: root/alot/completion/__init__.py
blob: 86e5d93c3a4cf91e98d1c57f1a8a9baec8c0994d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from .completer import Completer

from .abooks import AbooksCompleter
from .accounts import AccountCompleter
from .argparse import ArgparseOptionCompleter
from .command import CommandCompleter
from .commandline import CommandLineCompleter
from .commandname import CommandNameCompleter
from .contacts import ContactsCompleter
from .cryptokey import CryptoKeyCompleter
from .multipleselection import MultipleSelectionCompleter
from .namedquery import NamedQueryCompleter
from .path import PathCompleter
from .query import QueryCompleter
from .stringlist import StringlistCompleter
from .tag import TagCompleter
from .tags import TagsCompleter