AmadeusGPT
AmadeusGPT copied to clipboard
import * [WIP]
- suggestion to import all classes vs. import *
I know your point. I can make a PR to fix it. amadeusgpt/modules are meant for integration modules and I thought using import *, the potential contributors do not have to bother to edit init.py. But maybe it's a bad practice and I can fix. But note amadeusgpt/modules/implementation/ is different from amadeusgpt/implementation (where core module implementation is)
great; feel free to edit this branch as you like! No rush.