Metadata-Version: 2.4
Name: neoversity-group1-assistant-bot
Version: 1.0.0
Summary: Students project for learning Python
Home-page: https://github.com/kms-engineer/assistant-bot.git
Author: Neoversity Group1 Team
Author-email: Oleksandr Popov <oleksandr.popov@outlook.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/kms-engineer/assistant-bot
Project-URL: Issues, https://github.com/kms-engineer/assistant-bot/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# assistant-bot

## Running the Application

Run the CLI application using Python's module syntax:

```bash
python3 -m src.presentation.cli.main
```
