Countdown Module
- class spacepackets.countdown.Countdown(init_timeout: timedelta | None)
Bases:
objectUtility class for counting down time. Exposes a simple API to initiate it with an initial timeout and to check whether is has expired.
- spacepackets.countdown.time_ms() int
Returns the current
time.time()as milliseconds.