Skip to content

Commit 32ac731

Browse files
committed
Fixed missing imports caused by PyCharm's "Optimize imports"
Signed-off-by: ColaIan <colaian.yt@gmail.com>
1 parent 0f4dce2 commit 32ac731

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

teapot/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
from .cogs import *
2+
from .tools import *
3+
from .config import *
4+
from .database import *
5+
from .events import *
6+
from .messages import *
7+
from .setup import *
8+
9+
110
def version():
211
return "0.0.1"
312

0 commit comments

Comments
 (0)