mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
4 lines
68 B
Python
4 lines
68 B
Python
from datasette.cli import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|