add click function to expose select to cli

This commit is contained in:
Sean Breckenridge 2021-04-05 13:29:34 -07:00
parent 8c16aed7d6
commit 702d41fe90
5 changed files with 211 additions and 5 deletions

View file

@ -19,5 +19,6 @@ from my.core.discovery_pure import *
from my.core.freezer import *
from my.core.stats import *
from my.core.query import *
from my.core.query_range import *
from my.core.serialize import test_serialize_fallback
from my.core.__main__ import *