Skip to content
Snippets Groups Projects
__init__.py 327 B
Newer Older
# -*- coding: utf-8 -*-
#
# This file is part of the Foo project
#
#
#
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.

"""foo project

"""

from . import release
from .Foo import Foo, main

__version__ = release.version
__version_info__ = release.version_info
__author__ = release.author