Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 16:45:11 +07:00
parent fc3b7ab26e
commit 88088398cd

View File

@@ -0,0 +1,6 @@
from typing import Iterable, Iterator
from ..sql_db import Cursor
def get_installed_modules(cursor: Cursor) -> list[str]: ...
def get_neutralization_queries(modules: Iterable[str]) -> Iterator[str]: ...