Metadata-Version: 2.4
Name: batch24-28
Version: 1.1.1
Summary: A simple Python library with art and an advanced calculator
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# batch24-28

A simple Python library.

## Installation

You can install this library using pip:

```bash
pip install batch24-28


from batch24_28 import print_hello
print_hello()


from batch24_28 import AdvancedCalculator

# Initialize the calculator
calc = AdvancedCalculator()

# Start the continuous interactive session
calc.interact()
