mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
The unit testing was for commands was split out from src/objects/tests.py into the new src/commands/default/test.py in order to keep the testing modules thematically grouped with the things they are testing.
7 lines
77 B
Python
7 lines
77 B
Python
#
|
|
# Define database entities for the app.
|
|
#
|
|
|
|
from django.db import models
|
|
|
|
|