Source code for kumite.apps

from django.apps import AppConfig


[docs]class KumiteConfig(AppConfig): name = 'kumite'