Metadata-Version: 2.4
Name: ryomath_4
Version: 0.1.0
Summary: Demo package for PyPI publish
Author-email: Aryan Mullick <aryan.mullick@adaglobal.com>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ryomath_4

A minimal multiplication package demo for PyPI.

## Usage

from ryomath_3.multiply import multiply
print(multiply(5, 7))
