mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
8 lines
77 B
Python
8 lines
77 B
Python
|
|
#
|
||
|
|
# Define database entities for the app.
|
||
|
|
#
|
||
|
|
|
||
|
|
from django.db import models
|
||
|
|
|
||
|
|
|