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