This commit is contained in:
Waylon Walker 2023-01-28 10:46:05 -06:00
commit 70332388e8
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
17 changed files with 242 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Cave Survival
[![PyPI - Version](https://img.shields.io/pypi/v/cave-survival.svg)](https://pypi.org/project/cave-survival)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cave-survival.svg)](https://pypi.org/project/cave-survival)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install cave-survival
```
## License
`cave-survival` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.