5 lines
96 B
Python
5 lines
96 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UncloudPayConfig(AppConfig):
|
|
name = 'uncloud_pay'
|