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'