Github專案地址:github.com/lalala223/f…
專案結構
.
├── 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
複製程式碼