Metadata-Version: 2.4
Name: ant-colony-program
Version: 0.0.2
Summary: A simple package that prints its own code when imported.
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/yourusername/my_abc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# My ABC Offline Library

This is a custom Python library that automatically pushes its source code into a Jupyter Notebook cell when you import it!

### How to install
```bash
pip install my_abc_offline_yourname
```

### How to use
Open a Python terminal or a Jupyter Notebook and type:
```python
import my_abc
```
