Building new test application.
This commit is contained in:
parent
909f20f207
commit
c43b17662d
8 changed files with 91 additions and 5 deletions
6
muck/models/program.py
Normal file
6
muck/models/program.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from muck.models.dbref import Dbref
|
||||
|
||||
class Program(Dbref):
|
||||
__mapper_args__ = {
|
||||
"polymorphic_identity": "program"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue