for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# coding: utf-8
from schematics.models import Model
from schematics.types import BooleanType
class HUD(Model):
no_mission_info = BooleanType(
default=False,
required=True,
)
no_kill_info = BooleanType(
display_at_bottom = BooleanType(