Renamed application class

This commit is contained in:
2021-11-19 08:58:38 +01:00
parent 2914308d65
commit 118ba99b92
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ from gismo_core.abc.bot_service_abc import BotServiceABC
from gismo_core.service.bot_service import BotService
class Application(ApplicationABC):
class Gismo(ApplicationABC):
def __init__(self, config: ConfigurationABC, services: ServiceProviderABC):
ApplicationABC.__init__(self, config, services)