projects
/
datasette-pytables.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8593aedf957f65bed58318c639aa10fb26a4f572
[datasette-pytables.git]
/
datasette_pytables
/
__init__.py
1
from datasette.connectors import connector_method
2
3
@connector_method
4
def inspect(path):
5
"Open file and return tables info"
6
return [], []