from django.apps import AppConfig


class TvorbaConfig(AppConfig):
	name = 'tvorba'
	verbose_name = 'Tvorba'