Source code for settler.apps

from django.apps import AppConfig


[docs]class SettlerConfig(AppConfig): name = 'settler'