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