瀏覽代碼

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 *