contacts CLI entry point

pull/2115/head
Kieran R. Prasch 2020-11-18 19:31:34 -08:00
parent ae765fae35
commit c342ef30b2
No known key found for this signature in database
GPG Key ID: FDC3146ED25617D8
1 changed files with 1 additions and 1 deletions

View File

@ -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: