1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00

Export the currently available modules

This commit is contained in:
Steffo 2022-05-02 18:44:58 +02:00
parent d40351a6f7
commit c5af6ede01
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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. 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 *