From 1f8ca524548040869bc04bf55bfd6399cbb46b17 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 14 Jan 2021 17:42:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20answer=20and=20color=20to=20t?= =?UTF-8?q?he=20init=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalpack/commands/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/royalpack/commands/__init__.py b/royalpack/commands/__init__.py index 509e52b3..17c8932e 100644 --- a/royalpack/commands/__init__.py +++ b/royalpack/commands/__init__.py @@ -1,4 +1,6 @@ from .ahnonlosoio import * +from .answer import * from .cat import * +from .color import * from .ping import * from .ship import *