mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Implemented WeakSharedMemoryModel for Attributes.
This commit is contained in:
parent
f67effa0f9
commit
9bfb829274
4 changed files with 35 additions and 6 deletions
|
|
@ -1,2 +1,2 @@
|
|||
from django.db.models import *
|
||||
from base import SharedMemoryModel
|
||||
from base import SharedMemoryModel, WeakSharedMemoryModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue