Clipper LTE 4G Breakout PPP module

I can’t find the micropython network PPP module for rpi pico-2w

Where is it? I’ve found the lte.py module in
pimoroni-pico-rp2350/micropython/modules_py/lte.py at feature/can-haz-ppp-plz · pimoroni/pimoroni-pico-rp2350 · GitHub

But it imports:
from network import PPP

And I can’t find a network module that has ppp.
What am I missing?

I’ve been down the same path as you are on right now. It is possible to find and install a pirate version of micropython with PPP built in. Unfortunately in exchange for PPP you’ll lose a bit of functionality.

I couldnt get mine to work so eventually i bought a pi zero 2 w and it worked straight away!
If you get it to work come back and tell me what i was doing wrong.
Good luck!