week3/8-vigenere-cipher/vigenere_models.py
2023-09-22 10:02:55 -04:00

3 lines
43 B
Python

class Vigenere:
def __init__(self):
pass