sqlalchemy ORM models for quest databases and json parsing scripts
also minor bugfixes next is testing and implementation
This commit is contained in:
parent
6c455fe30b
commit
8b7815500e
10 changed files with 267 additions and 15 deletions
4
db/__init__.py
Normal file
4
db/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .base import init
|
||||
from .quest import Quest, QuestScene, QuestPart
|
||||
from .resource import ResourceEntry
|
||||
from .base import session
|
||||
Loading…
Add table
Add a link
Reference in a new issue