Commit b636ccb3 authored by Adam Blank's avatar Adam Blank
Browse files

Update prox_pulse.py

parent 68b8106d
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
import time # pyright: ignore
import importlib
time = importlib.import_module('time')
from .pulse import pulse
from .abstract import LEDController, ProximitySensor
from support.mytyping import NoReturn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment