5 lines
93 B
Python
5 lines
93 B
Python
|
|
from secrets_engine.cli import main
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
raise SystemExit(main())
|