9 lines
145 B
Python
9 lines
145 B
Python
"""
|
|
Enables usage with `python -m ruff_ecosystem`
|
|
"""
|
|
|
|
import ruff_ecosystem.cli
|
|
|
|
if __name__ == "__main__":
|
|
ruff_ecosystem.cli.entrypoint()
|