From 3df72090f980ef476669ca2f7c7d6808ceff0d36 Mon Sep 17 00:00:00 2001 From: ge Date: Tue, 25 Jul 2023 01:54:14 +0300 Subject: [PATCH] add __all__ --- quicker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quicker.py b/quicker.py index 6098674..2ce6789 100644 --- a/quicker.py +++ b/quicker.py @@ -8,6 +8,8 @@ # # Quicker -- pythonic tool for querying databases. +__all__ = ['Connection', 'mklist', 'Provider'] + import logging import importlib.util from enum import Enum