Github项目地址:https://github.com/lalala223/flask-restful-example
.
├── LICENSE
├── README.md
├── config.py
├── example
│ ├── __init__.py
│ ├── app.py
│ ├── common
│ │ ├── __init__.py
│ │ ├── code.py
│ │ ├── func.py
│ │ └── utils.py
│ ├── models.py
│ ├── resources
│ │ ├── __init__.py
│ │ └── hello.py
│ └── routes
│ ├── __init__.py
│ └── v1.py
├── manager.py
├── requirements.txt
└── tests
└── __init__.py