11 lines
258 B
Plaintext
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
|