2022-11-13 10:39:28 -08:00

11 lines
258 B
Plaintext

python_package_tutorial/
├── LICENSE
├── pyproject.toml
├── README.md
├── src/
│ └── palindrome_YOUR_USERNAME_HERE/
│ ├── __init__.py
│ └── phrase.py
└── tests/
└── test_phrase.py