mirror of
https://github.com/obra/superpowers.git
synced 2026-05-20 18:32:43 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
|
|
"""Allow running drill as `python3 -m drill`."""
|
||
|
|
|
||
|
|
from drill.cli import main
|
||
|
|
|
||
|
|
main()
|