LICENSE
README.md
pyproject.toml
src/gen/__init__.py
src/gen/cli.py
src/gen/paths.py
src/gen/commands/__init__.py
src/gen/commands/doctor.py
src/gen/commands/helper.py
src/gen/commands/list_.py
src/gen/commands/template.py
src/gen/core/__init__.py
src/gen/core/render.py
src/gen/templates/__init__.py
src/gen/templates/__pycache__/__init__.cpython-313.pyc
src/gen/templates/__pycache__/__init__.cpython-314.pyc
src/gen/templates/frameworks/codeforces/eval.sh
src/gen/templates/frameworks/codeforces/in.txt
src/gen/templates/frameworks/codeforces/main.cpp
src/gen/templates/frameworks/codeforces/out.txt
src/gen/templates/frameworks/codeforces/test.sh
src/gen/templates/frameworks/flask/app.py
src/gen/templates/frameworks/flask/static/style.css
src/gen/templates/frameworks/flask/templates/index.html
src/gen/templates/lang/main.c
src/gen/templates/lang/main.cpp
src/gen/templates/lang/main.go
src/gen/templates/lang/main.html
src/gen/templates/lang/main.java
src/gen/templates/lang/main.js
src/gen/templates/lang/main.py
src/gen/templates/lang/main.rs
src/gen_cli.egg-info/PKG-INFO
src/gen_cli.egg-info/SOURCES.txt
src/gen_cli.egg-info/dependency_links.txt
src/gen_cli.egg-info/entry_points.txt
src/gen_cli.egg-info/requires.txt
src/gen_cli.egg-info/top_level.txt
tests/test_config.py
tests/test_core.py
tests/test_doctor.py
tests/test_filename.py
tests/test_helper.py
tests/test_list.py
tests/test_main.py
tests/test_template.py
tests/test_version.py