Add check_enabled in __init__.py

This commit is contained in:
2026-05-08 17:44:43 +02:00
parent 0e23b4d349
commit 791e1d972b
@@ -12,8 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from . import signature
from . import check_enabled, signature
__all__ = [
'check_enabled',
'signature'
]