mirror of
https://github.com/romanz/amodem.git
synced 2026-03-31 08:06:50 +08:00
Split the package into a shared library and separate per-device packages
This commit is contained in:
5
agents/keepkey/keepkey_agent.py
Normal file
5
agents/keepkey/keepkey_agent.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import libagent.gpg
|
||||
import libagent.ssh
|
||||
from libagent.device import keepkey
|
||||
|
||||
ssh_agent = lambda: libagent.ssh.main(keepkey.KeepKey)
|
||||
Reference in New Issue
Block a user