mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
5 lines
120 B
Python
5 lines
120 B
Python
"""
|
|
This sub-package defines the basic in-game "Object". All in-game
|
|
objects inherit from classes in this package.
|
|
|
|
"""
|