6 lines
86 B
Python
6 lines
86 B
Python
"""Allow running as `python -m workbench`."""
|
|
|
|
from workbench.cli import main
|
|
|
|
main()
|