mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Added __all__ marker to line editor to make it collaborate with reST doc creation
This commit is contained in:
parent
37763ceca5
commit
72181f4ae0
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ from evennia import Command, CmdSet, utils
|
|||
from evennia import syscmdkeys
|
||||
from evennia.contrib.menusystem import prompt_yesno
|
||||
|
||||
__all__ = ("CmdEditor", )
|
||||
|
||||
CMD_NOMATCH = syscmdkeys.CMD_NOMATCH
|
||||
CMD_NOINPUT = syscmdkeys.CMD_NOINPUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue