Metadata-Version: 2.1
Name: referbook
Version: 0.1
Summary: A reference book with useful Python code examples
Author: ANOS
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ReferBook

This is a Python package that contains 10 reference code examples.

## Usage

```python
from referbook import show_code1, show_code2

show_code1()
show_code2()
