Initial project layout + database table creation tools

This commit is contained in:
Simon Willison 2018-07-28 06:43:18 -07:00
commit bd71be32ab
11 changed files with 458 additions and 0 deletions

6
sqlite_utils/cli.py Normal file
View file

@ -0,0 +1,6 @@
import click
@click.command()
def cli(*args):
click.echo(repr(args))