ソースを参照

Fix some imports

Kirk Trombley 4 年 前
コミット
ac4d1e452a
1 ファイル変更2 行追加1 行削除
  1. 2 1
      lib/rollbot/__init__.py

+ 2 - 1
lib/rollbot/__init__.py

@@ -1,2 +1,3 @@
 from .bot import Rollbot
-from .types import CommandConfiguration, Message, Response
+from .types import *
+from .command import *