More syntactic sugar for typing.
This commit is contained in:
parent
bcaff6e4df
commit
009e54d568
5 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from muck.models.dbref import Dbref
|
||||
from muck.models.dbref import Dbref, ObjectType
|
||||
|
||||
class Exit(Dbref):
|
||||
__mapper_args__ = {
|
||||
"polymorphic_identity": "exit"
|
||||
"polymorphic_identity": ObjectType.EXIT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue