Added first stage of refactor for autocompletion users

This commit is contained in:
2022-07-08 11:39:14 -05:00
parent 3aee5e8900
commit 83c9db573e
10 changed files with 326 additions and 96 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
""" Autocompletion users feature for TWBlue. This package contains all needed code to support this feature, including automatic addition of users, management and code to show the autocompletion menu when an user is composing a tweet. """
from . import completion, settings