mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-02-04 13:56:23 -06:00
5 lines
71 B
Python
5 lines
71 B
Python
if __name__ == '__main__':
|
|
from keyring import cli
|
|
|
|
cli.main()
|