mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
7 lines
234 B
Python
7 lines
234 B
Python
"""
|
|
This sub-package holds the Server and Portal programs - the "core" of
|
|
Evennia. It also contains the SessionHandler that manages all
|
|
connected users as well as defines all the connection protocols used
|
|
to connect to the game.
|
|
|
|
"""
|