Explorar el Código

Fix some imports

Kirk Trombley hace 4 años
padre
commit
ac4d1e452a
Se han modificado 1 ficheros con 2 adiciones y 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 *