mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
15 lines
240 B
Python
Executable File
15 lines
240 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
"""
|
|
stamps
|
|
~~~~~~
|
|
|
|
Stamps.com API.
|
|
|
|
:copyright: 2014 by Jonathan Zempel.
|
|
:license: BSD, see LICENSE for more details.
|
|
"""
|
|
|
|
__author__ = "Jonathan Zempel"
|
|
__license__ = "BSD"
|
|
__version__ = "0.9.1"
|