Source code for AKSolverInterface.apps

from django.apps import AppConfig


[docs] class AksolverinterfaceConfig(AppConfig): """ App configuration for the solver interface (default) """ name = "AKSolverInterface"