读后笔记 -- FastAPI 构建Python微服务 Chapter4:构建微服务应用程序

4.3 挂载子模块 # content of main.py from fastapi import FastAPI from faculty_mgt import faculty_main from library_mgt import library_main from student_mgt
posted on 2024-05-19 11:47  bruce_he  阅读(42)  评论(0编辑  收藏  举报