tailor_client/dbus/
mod.rs

1mod fan;
2mod led;
3mod performance;
4mod profiles;
5
6pub(crate) use fan::FanProxy;
7pub(crate) use led::LedProxy;
8pub(crate) use performance::PerformanceProxy;
9pub(crate) use profiles::ProfilesProxy;