final work on autocomplete

This commit is contained in:
2025-04-09 23:32:21 +03:00
parent 592d128ef6
commit 8b496aa782
10 changed files with 100 additions and 124 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
__all__ = ["Autocompleter"]
__all__ = ["AutoCompleter"]
from argenta.app.autocompleter.models import Autocompleter
from argenta.app.autocompleter.entity import AutoCompleter