Add the main entry point.
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-27 14:56:33 +02:00
parent 2c13980f4c
commit 919c28c301
+10
View File
@@ -0,0 +1,10 @@
from cryptography_s_des_exploring.cli import cli
def main():
cli()
if __name__ == "__main__":
main()