mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
10 lines
304 B
Python
10 lines
304 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This sub-package contains Evennia's command system. It handles
|
|
everything related to parsing input from the account, building cmdsets
|
|
and executing the code associated with a found command class.
|
|
|
|
commands.default contains all the default "mux-like" commands of
|
|
Evennia.
|
|
|
|
"""
|