mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
parent
a8f9cc6f64
commit
539f5ccd90
3 changed files with 17 additions and 0 deletions
4
sqlite_utils/__main__.py
Normal file
4
sqlite_utils/__main__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Loading…
Add table
Add a link
Reference in a new issue