Added better docstrings to subpackages and cleaned out some places which were unclear.
This commit is contained in:
parent
f0eec11ac5
commit
b015f4802a
20 changed files with 132 additions and 31 deletions
|
|
@ -1 +1,7 @@
|
|||
"""
|
||||
This sub-package defines the out-of-character entities known as
|
||||
Players. These are equivalent to 'accounts' and can puppet one or
|
||||
more Objects depending on settings. A Player has no in-game existence.
|
||||
|
||||
"""
|
||||
from players import DefaultGuest, DefaultPlayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue