onny: untested but should work: ``` let stable = import { }; unstable = import { }; in { libhandyStable = stable.libhandy; libhandyUnstable = unstable.libhandy; } ```