from django.apps import AppConfig


class LevelTwoSellerConfig(AppConfig):
    name = 'level_two_seller'
