Skip to content

Commit e064a1e

Browse files
committed
Added __init__.py file
1 parent cf58ef8 commit e064a1e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

amazon/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""Amazon Product Advertising API v5 wrapper for Python"""
4+
5+
__version__ = '0.1.0'
6+
__author__ = 'Sergio Abad'

0 commit comments

Comments
 (0)