mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
6 lines
198 B
Python
6 lines
198 B
Python
"""
|
|
This sub-package defines the basic in-game "Object". All in-game
|
|
objects inherit from classes in this package.
|
|
|
|
"""
|
|
from objects import DefaultObject, DefaultRoom, DefaultExit, DefaultCharacter
|