I'm having some trouble translating the example into a project with
multiple files. Do you have any insight into how I can centralize the
initialization of livecoding to monitor my files without setting up a
custom module system in each file? In other words, several files may
import something that will need to be monitored, but as I see it each
file will have to import livecoding, add some directories, then import
from these custom modules. Yet, doesn't that mean I would have a
bunch of code-reloader instances, some of which were watching the same
modules.
Thanks
> --
> You received this message because you are subscribed to the Google Groups "py-livecoding" group.
> To post to this group, send an email to py-liv...@googlegroups.com.
> To unsubscribe from this group, send email to py-livecodin...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/py-livecoding?hl=en-GB.
>