async def main():
    print(await irrigation_system.GetIrrigatorNames())

asyncio.run(main())
