nixos-configs/devices/homie/modules/home-assistant/netdaemon/apps/GlobalUsings.cs
matt1432 82a05091a5
All checks were successful
Discord / discord commits (push) Has been skipped
feat(hass): setup netdaemon
2024-10-05 12:38:13 -04:00

6 lines
202 B
C#

// Common usings for NetDaemon apps
global using System;
global using System.Reactive.Linq;
global using Microsoft.Extensions.Logging;
global using NetDaemon.AppModel;
global using NetDaemon.HassModel;