fix __all__

This commit is contained in:
AF 2022-11-01 02:03:43 +00:00
parent 4ffae0a1ab
commit c201370f48

View File

@ -8,7 +8,7 @@ from io import StringIO
from typing import Any, Optional, IO, Type, Hashable from typing import Any, Optional, IO, Type, Hashable
__all__ = ('KVRequest', 'KVJson', 'DbConnection', 'DbFactory',) __all__ = ('KVRequest', 'KVJson', 'DbConnection', 'DbFactory', 'Db', )
class Request: class Request: