[battfeed.sources]
android = battfeed.sources.android:AndroidBatterySource
csvtail = battfeed.sources.csvtail:CsvTailSource
dji = battfeed.sources.dji:DjiFlightLogSource
mc3000 = battfeed.sources.mc3000:Mc3000Source
simulator = battfeed.sources.simulator:SimulatedCellSource
wmi = battfeed.sources.wmi_battery:WmiBatterySource

[console_scripts]
battfeed = battfeed.cli:main
