From e59c335c3a16081d2e393cfcd032e1da6fdcaa2d Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:46:50 +0530 Subject: [PATCH] Fix library auto-import structure --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index fc81acb..eb11f0c 100644 --- a/__init__.py +++ b/__init__.py @@ -4,4 +4,4 @@ (c) 2023-present NKA Development Organization """ -from . import api +from .api import *