datasette/datasette/__main__.py

5 wiersze
68 B
Python

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