Add imports to package

This commit is contained in:
ChrisLR 2022-11-27 16:47:14 -05:00
parent a96b269f9d
commit 16f4e71c05

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