func @import = (filepath: [Char:*]) -> {MODULE};
Import a Panther file as a module.
filepath: path of the file to import
The imported Panther file as a module.
(TODO)