diff --git a/royalnet/__init__.py b/royalnet/__init__.py index 32ff895b..c76d61eb 100644 --- a/royalnet/__init__.py +++ b/royalnet/__init__.py @@ -1,3 +1,6 @@ """ Royalnet is a multiplatform chatbot library which allows to write bots only once for most chat platforms and at the same time maintain the versatility of using a platform-specific framework. """ + +from .exc import * +from .validation import *