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:
parent
d40351a6f7
commit
c5af6ede01
1 changed files with 3 additions and 0 deletions
|
@ -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 *
|
||||||
|
|
Loading…
Reference in a new issue