Hello,
After a while off, I want to start investigating some module ideas I have. However, most of them will be fairely 'large' and I was wondering what it the status of using #includes in objects. Ideally I would like to have all the implementation in external classes and only 'bridge' the class in an axoloti module. Last time I tried I didn't find a way of referring to external classes (maybe this was only a wrong path issue ?) but It'd be cool to have a little pointer on the topic. This would also allow me to re-use classes across different modules.
Thanks in advance !
/M