File size: 90 Bytes
cf95a3b
 
 
 
 
 
1
2
3
4
5
6
7
from fire import Fire

from rubik.hello import hello_world


Fire({'hello': hello_world})