mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Further cleanup of source; making class methods _private for clarity in the API.
This commit is contained in:
parent
fc156b5a54
commit
c8df141e89
18 changed files with 607 additions and 588 deletions
|
|
@ -3,6 +3,7 @@ Custom manager for HelpEntry objects.
|
|||
"""
|
||||
from django.db import models
|
||||
from src.utils import logger, utils
|
||||
__all__ = ("HelpEntryManager",)
|
||||
|
||||
class HelpEntryManager(models.Manager):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue