mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fixing a missing report.
This commit is contained in:
parent
45bf38679f
commit
15feb915e6
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ from django.conf import settings
|
|||
from src.typeclasses.typeclass import TypeClass
|
||||
from src.commands import cmdset, command
|
||||
from src.comms.models import Channel
|
||||
from src.utils import logger
|
||||
__all__ = ("Object", "Character", "Room", "Exit")
|
||||
|
||||
_GA = object.__getattribute__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue