From ba7cbfa652d645f4d403b31e7dc257f94dceb8f8 Mon Sep 17 00:00:00 2001 From: Gbkng Date: Wed, 14 Feb 2024 23:42:27 +0100 Subject: [PATCH] fix(__init__): module name tests->test --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 89031f2..b7c1ee8 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__all__ = ["src", "commands", "tests"] \ No newline at end of file +__all__ = ["src", "commands", "test"] \ No newline at end of file -- 2.39.2