sqlite-utils/sqlite_utils/__main__.py

4 lines
59 B
Python
Raw Permalink Normal View History

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