8 lines
173 B
Python
8 lines
173 B
Python
"""JSON to OpenAPI Generator.
|
|
|
|
A Python CLI tool that analyzes JSON data files and automatically generates
|
|
valid OpenAPI 3.0 specification files.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|