I made an error in this talk. You cannot call a module even if it has a __call__ method. It's because you would need to put it on the module's class for it to work. And you don't want to do that.
@RadomirDopieralski