mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
13 lines
332 B
Python
13 lines
332 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.player
|
|
Also, the initiated object manager is available as src.players.manager.
|
|
|
|
"""
|
|
|
|
#from src.players.player import *
|
|
#from src.players.models import PlayerDB
|
|
#
|
|
#manager = PlayerDB.objects
|