cnrl / CoNeX

Cortical Network for everything!
MIT License
3 stars 0 forks source link

Update Json/yaml config mechanism #24

Closed realamirhe closed 1 year ago

realamirhe commented 1 year ago

@saeedark please implement custom json encoder & decoder

saeedark commented 1 year ago

We should inform users of this to check config files beforehand. For callables objects, a list containing the module and the function's name is saved in the JSON file. on loading, execution of importing that module occurs. that may lead to an unsafe scenario.

saeedark commented 1 year ago

@realamirhe would you please review this again?