mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-02-04 13:56:23 -06:00
initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
from .core import (
|
||||
delete_password,
|
||||
get_credential,
|
||||
get_keyring,
|
||||
get_password,
|
||||
set_keyring,
|
||||
set_password,
|
||||
)
|
||||
|
||||
__all__ = (
|
||||
'set_keyring',
|
||||
'get_keyring',
|
||||
'set_password',
|
||||
'get_password',
|
||||
'delete_password',
|
||||
'get_credential',
|
||||
)
|
||||
Reference in New Issue
Block a user