From 011d363acad1f343bdb44475bce6131a593ba866 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Thu, 3 Oct 2019 12:05:20 +0000 Subject: [PATCH] Update __init__.py --- kabot/kabot/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/__init__.py b/kabot/kabot/__init__.py index 3afb091..d4900da 100644 --- a/kabot/kabot/__init__.py +++ b/kabot/kabot/__init__.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- -"""Top-level package for Kabot.""" +""" +Top-level package for Kabot. +""" __author__ = """Michaƫl Ricart""" __email__ = 'michael.ricart@0w.tf'