Skip to content

Commit a5211cf

Browse files
author
codegen-bot
committed
move to examples
1 parent 173cc7e commit a5211cf

File tree

48 files changed

+4
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4
-2
lines changed
File renamed without changes.

src/flask_to_fastapi_migration/run.py renamed to examples/flask_to_fastapi_migration/run.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
from codegen import Codebase
22

3+
from examples.main import PYTHON_REPO_DIR
4+
35
# Initialize codebase
4-
codebase = Codebase("./")
6+
codebase = Codebase(PYTHON_REPO_DIR)
57

68
# Define the target directory
7-
TARGET_DIR = "repo-before"
9+
TARGET_DIR = "01_small_library"
810

911

1012
def update_flask_imports_and_init(file):
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)