10 lines
303 B
Python
10 lines
303 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This sub-package contains Evennia's command system. It handles
|
|
everything related to parsing input from the player, building cmdsets
|
|
and executing the code associated with a found command class.
|
|
|
|
commands.default contains all the default "mux-like" commands of
|
|
Evennia.
|
|
|
|
"""
|