API request to the Python server

Hello friends.
I have a python library that I need to link to my workflow in n8n. This is the library. GitHub - markolofsen/tks-api: Калькулятор Таможенных Платежей для Автомобилей
Can you tell me how best to implement this?

Information on your n8n setup

  • n8n version: Version 1.92.2

I was able to install python locally and run the library using Flask. Now I can use HTTP request by connecting locally to Flask. But I need to deploy this library on a VPS server. I would like to find out what is the best way to work with this library.