updates
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Allow safety to be executable through `python -m safety`."""
|
||||
from safety.cli import cli
|
||||
|
||||
|
||||
if __name__ == "__main__": # pragma: no cover
|
||||
cli(prog_name="safety")
|
||||
Reference in New Issue
Block a user