# 核心代码

核心代码基本都在 mininet/ 子目录下。 注：最新的 2.1.0 版本，核心 Python 代码仅为 4675 行。

```
$ find mininet  -name "*.py" | xargs cat | wc -l
```
