6 lines
120 B
Python
6 lines
120 B
Python
"""
|
|
zig-fetch-py - A tool to parse Zig Object Notation (ZON) files and convert them to JSON.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|