sqlite-utils/sqlite_utils/__main__.py
2022-01-08 18:33:22 -08:00

4 lines
59 B
Python

from .cli import cli
if __name__ == "__main__":
cli()