import - How to deal with name conflict between standard library and third library in Python? -
suppose have developed 3rd library named foo first, , new standard library named foo added python. can still utilize version of foo without bothering alter name?
any solutions or suggestions?
python import
No comments:
Post a Comment