mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
6 lines
214 B
Python
6 lines
214 B
Python
"""
|
|
This sub-package defines the out-of-character entities known as
|
|
Accounts. These are equivalent to 'accounts' and can puppet one or
|
|
more Objects depending on settings. An Account has no in-game existence.
|
|
|
|
"""
|