Files

6 lines
85 B
Python
Raw Permalink Normal View History

"""Allow running drill as `python3 -m drill`."""
from drill.cli import main
main()