Implemented job view

This commit is contained in:
2021-04-19 01:34:33 +02:00
parent 998658c148
commit 800ed14449
9 changed files with 289 additions and 44 deletions

View File

@@ -1 +1,3 @@
from .db import db
from .job import Job
from .controller import Controller