Programmatic import in Motoko

Warning: If you want to include the create method in the actor class being defined then you may run into the restriction that actor classes cannot instantiate themselves recursively when compiling for the IC.

If that turns out to be a problem the approach in this PR may help: