# uuid=964601f8-3e28-4a1a-9a8f-092adf11ee37

(|
 | We are intentionally NOT versioning this module because we want
 |  it to re-load every time we touch it in order to pull in the
 |  latest methods.  Provided channels doesn't cache things_I_can_do,
 |  it should pick up the latest on the next dispatch.
 |)

from diet_tracker import track_diet, show_recipe

things_I_can_do = [         -- List rather than Set so the order is consistent for suggest/select pattern
    track_diet,
    show_recipe
]