from django.apps import AppConfig


class HousewebConfig(AppConfig):
    name = 'Houseweb'
