mirror of https://github.com/nucypher/nucypher.git
contacts CLI entry point
parent
ae765fae35
commit
c342ef30b2
|
@ -87,7 +87,7 @@ ENTRY_POINTS = (
|
|||
|
||||
# Application commands
|
||||
cloudworkers.cloudworkers, # Remote Worker node management
|
||||
contacts.contacts # Character "card" management
|
||||
contacts.contacts, # Character "card" management
|
||||
)
|
||||
|
||||
for entry_point in ENTRY_POINTS:
|
||||
|
|
Loading…
Reference in New Issue