🌓
Installation
1. Install using pip
You can install tiny_fnc_engine using pip:
pip install tiny_fnc_engine
2. Install from source code
Alternatively, Since all the code in the library is located in a single file, you can just download it and use it in your project as follows:
curl -o tiny_fnc_engine.py https://raw.githubusercontent.com/AtakanTekparmak/tiny_fnc_engine/main/tiny_fnc_engine/engine.py
After that, all you need to do is install Pydantic:
pip install pydantic