mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
8 lines
169 B
Python
8 lines
169 B
Python
"""python-walmart - Walmart Marketplace API"""
|
|
|
|
__version__ = '0.0.6'
|
|
__author__ = 'Fulfil.IO Inc. <hello@fulfil.io>'
|
|
__all__ = []
|
|
|
|
from .walmart import Walmart # noqa
|