from django.apps import AppConfig class GoogleLensConfig(AppConfig): name = 'googlelens' verbose_name = 'Google Lens CRUD Application'