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