mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
7 lines
217 B
Python
7 lines
217 B
Python
"""
|
|
This sub-package defines the help system of Evennia. It is pretty
|
|
simple, mainly consisting of a database model to hold help entries.
|
|
The auto-cmd-help is rather handled by the default 'help' command
|
|
itself.
|
|
|
|
"""
|