from django.apps import AppConfig


class StatesConfig(AppConfig):
    name = 'states'
