Next commited on
Commit
ec5f62d
1 Parent(s): 208a1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
6
  from cryptography.hazmat.primitives import serialization
7
  import base64
8
  import os
9
-
10
  # Caesar Cipher functions
11
  def caesar_cipher_encrypt(text, shift):
12
  result = ""
 
6
  from cryptography.hazmat.primitives import serialization
7
  import base64
8
  import os
9
+ from Applio import *
10
  # Caesar Cipher functions
11
  def caesar_cipher_encrypt(text, shift):
12
  result = ""