FossilOrigin-Name: 5cae2a8c5985850e97b3d416ba14a90c66e2c05e3a4f9c28fdbc767d6c29748f
10 lines
297 B
Python
10 lines
297 B
Python
# -*- coding: utf-8 -*-
|
|
# This file is part of facho. The COPYRIGHT file at the top level of
|
|
# this repository contains the full copyright notices and license terms.
|
|
|
|
"""Top-level package for facho."""
|
|
|
|
__author__ = """Jovany Leandro G.C"""
|
|
__email__ = 'bit4bit@riseup.net'
|
|
__version__ = '0.1.0'
|