Support 'python -m sqlite_utils', closes #368

Refs #364
This commit is contained in:
Simon Willison 2022-01-08 18:33:00 -08:00
commit 539f5ccd90
3 changed files with 17 additions and 0 deletions

4
sqlite_utils/__main__.py Normal file
View file

@ -0,0 +1,4 @@
from .cli import cli
if __name__ == "__main__":
cli()