from django.apps import AppConfig


class AccountsPgConfig(AppConfig):
    name = 'accounts_pg'
