mock admin role

This commit is contained in:
Philipp Rothmann 2022-11-02 13:55:12 +01:00
parent 6607c8a168
commit 7d302302d0
2 changed files with 14 additions and 11 deletions

View file

@ -1,7 +1,7 @@
"""Everything to do with Apps"""
from database import db
from .models import App
from .models import App, AppRole
class LITApp(App):
"""
@ -29,4 +29,4 @@ class LITApp(App):
"installed": "",
"ready": "",
"message": "",
}
}