mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
factory: add docstrings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
''' Thin wrapper around trezor/keepkey libraries. '''
|
||||
"""Thin wrapper around trezor/keepkey libraries."""
|
||||
import binascii
|
||||
import collections
|
||||
import logging
|
||||
@@ -75,6 +75,7 @@ LOADERS = [
|
||||
|
||||
|
||||
def load(loaders=None):
|
||||
"""Load a single device, via specified loaders' list."""
|
||||
loaders = loaders if loaders is not None else LOADERS
|
||||
device_list = []
|
||||
for loader in loaders:
|
||||
|
||||
Reference in New Issue
Block a user