Add imports to package

This commit is contained in:
ChrisLR 2022-11-27 16:47:14 -05:00
parent 2cf60bd04d
commit 929591c29f

View file

@ -10,3 +10,5 @@ You could also pass extra data to this client for advanced functionality.
See the docs for more information.
"""
from evennia.contrib.base_systems.godotwebsocket.text2bbcode import parse_to_bbcode, BBCODE_PARSER
from evennia.contrib.base_systems.godotwebsocket.webclient import GodotWebSocketClient