---------------------------------------------------------------------- This is the API documentation for the gdtest_auto_discover library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Engine(power: int = 100) A simple engine. Parameters ---------- power Engine power level. ## Functions Utility functions ignite(engine: 'Engine') -> bool Ignite an engine. Parameters ---------- engine The engine to ignite. Returns ------- bool True if ignited. shutdown(engine: 'Engine') -> None Shut down an engine. Parameters ---------- engine The engine to shut down.