9 lines
189 B
Python
9 lines
189 B
Python
"""
|
|
Odoo Directory CLI
|
|
|
|
A Python CLI tool that generates static XML/HTML pages for Odoo partners,
|
|
integrating with the existing odoo-expertos.com static website.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|