forked from prehistoric-systems/comixify
5 lines
102 B
Python
5 lines
102 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class StyleTransferConfig(AppConfig):
|
|
name = 'style_transfer'
|