diff --git a/lib/index.ts b/lib/index.ts index 6c39cb8..ae8c059 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,4 +1,4 @@ -// import all features +// import all necessary features import { networkImplementations } from './features/network'; import { powerImplementations } from './features/power'; import { videoImplementations } from './features/video'; @@ -72,4 +72,4 @@ export class Autokit { await this.serial.teardown(); await this.digitalRelay.teardown(); } -} \ No newline at end of file +}