# This is a sample DLF converter registration script.
#
# The objects returned by the script are registered as available
# DlfConverter with the Lire framework.
#
# The registration script must be installed in one of the directories
# listed in the 'lr_converters_init_path' configuration variable.
#
# The default value contains $HOME/.lire/converters and
# <sysconfdir>/lire/converters
#
use MyConverter;

return new MyConverter();
