Change to MyST parser
This commit is contained in:
parent
53106e1dba
commit
a51e4af609
443 changed files with 4925 additions and 3524 deletions
|
|
@ -28,7 +28,7 @@ from evennia.comms import managers
|
|||
from evennia.locks.lockhandler import LockHandler
|
||||
from evennia.utils.utils import crop, make_iter, lazy_property
|
||||
|
||||
__all__ = ("Msg", "TempMsg", "ChannelDB")
|
||||
__all__ = ("Msg", "TempMsg", "ChannelDB", "SubscriptionHandler")
|
||||
|
||||
|
||||
_GA = object.__getattribute__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue