Coverage for /home/runner/work/pycax/pycax/pycax/tables/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-01-26 00:27 +0000

1from .tables import TablesResponse, get, getdf, tableid, dict_to_json 

2 

3__all__ = ["get", "getdf", "tableid", "dict_to_json", "TablesResponse"]