mirror of
https://github.com/simonw/datasette.git
synced 2026-06-03 15:46:59 +02:00
4 lines
68 B
Python
4 lines
68 B
Python
from datasette.cli import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|