File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/fastapi_fastkit/utils Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
# --------------------------------------------------------------------------
3
3
# The Module inspect FastAPI template is appropriate
4
4
#
5
+ # This module will be read by Github Action when contributor
6
+ # makes a PR of adding new FastAPI template.
7
+ #
5
8
# @author bnbong
6
9
# --------------------------------------------------------------------------
7
10
import shutil
Original file line number Diff line number Diff line change @@ -66,4 +66,5 @@ def copy_and_convert_template(
66
66
67
67
def _convert_real_extension_to_tpl () -> None :
68
68
# TODO : impl this for converting runnable FastAPI app code to template - debugging operation for contributors
69
+ # this will be used at inspector module, not package user's runtime.
69
70
pass
You can’t perform that action at this time.
0 commit comments