mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Added package info for docs
This commit is contained in:
parent
2ead033cdc
commit
6401e6182b
3 changed files with 10 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ useful but are deemed too game-specific to go into the core library.
|
|||
|
||||
See README.md for more info.
|
||||
"""
|
||||
# imports for apidoc
|
||||
import barter, dice, extended_room, menu_login, talking_npc
|
||||
import chargen, email-login, genderub, lineeditor, menusystem, slow_exit
|
||||
import tutorial_world, tutorial_examples
|
||||
|
|
|
|||
|
|
@ -1 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
This package holds the demo game of Evennia.
|
||||
"""
|
||||
|
||||
import mob, objects, rooms
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue