mypertamina-microsite-api/microsite_api/user_profile/apps.py
2026-02-26 11:06:14 +07:00

6 lines
98 B
Python

from django.apps import AppConfig
class UserProfileConfig(AppConfig):
name = 'user_profile'