mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-07-14 01:41:23 -06:00
5 lines
71 B
Python
5 lines
71 B
Python
if __name__ == '__main__':
|
|
from keyring import cli
|
|
|
|
cli.main()
|