Tagged Questions

2
votes
3answers
60 views

Load different modules without changing the logic file

Suppose I've got 2 different modules which have the uniform(same) interfaces. The files list like this: root/ logic.py sns_api/ __init__.py facebook/ pyfacebook.py ...