Explorar o código

Fix some imports

Kirk Trombley %!s(int64=4) %!d(string=hai) anos
pai
achega
ac4d1e452a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 *