Rubik-Tensor / src /rubik /__main__.py
JBAujogue's picture
minimal fire example
cf95a3b
raw
history blame
90 Bytes
from fire import Fire
from rubik.hello import hello_world
Fire({'hello': hello_world})