mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
7 lines
77 B
Python
7 lines
77 B
Python
#
|
|
# Define database entities for the app.
|
|
#
|
|
|
|
from django.db import models
|
|
|
|
|