mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
11 lines
284 B
Python
11 lines
284 B
Python
"""
|
|
Makes it easier to import by grouping all relevant things already at this level.
|
|
|
|
You can henceforth import most things directly from src.help
|
|
Also, the initiated object manager is available as src.help.manager.
|
|
|
|
"""
|
|
|
|
#from src.help.models import *
|
|
#
|
|
#manager = HelpEntry.objects
|