Skip to content

Commit 0e82cf0

Browse files
authored
Merge pull request #3 from PyBotDevs/fix-library-autoimports
Fix library auto-import structure
2 parents a3b13c0 + e59c335 commit 0e82cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
(c) 2023-present NKA Development Organization
55
"""
66

7-
from . import api
7+
from .api import *

0 commit comments

Comments
 (0)