A common pattern for large codebase is to setup the system through the setUp() function (from foundry).
It would be great if the user could specify an "init function" (which would be setUp() by default).
Given that medusa can take a list of contracts to deploy in targetContracts, this probably requires a dictionary in the config to configure the init function per contract
Wdyt?