7 lines
151 B
Python
7 lines
151 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This package holds the demo game of Evennia.
|
|
"""
|
|
from __future__ import absolute_import
|
|
|
|
from . import mob, objects, rooms
|