5 lines
76 B
Python
5 lines
76 B
Python
"""ai-reviewer package."""
|
|
|
|
__all__ = ["__version__"]
|
|
__version__ = "0.1.0"
|