python基础知识--abc和six

写在前面

元类

abc是Abstract Base Classes的缩写

six的元类注解兼容python2和3

参考文献

python之abc和six