Spaces:
Runtime error
Runtime error
File size: 154 Bytes
0a4019a |
1 2 3 4 5 6 7 |
from django.apps import AppConfig
class TexttovoiceConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'texttovoice'
|