diff --git a/option_type.py b/option_type.py new file mode 100644 index 0000000..79eb23f --- /dev/null +++ b/option_type.py @@ -0,0 +1,2 @@ +CALL = 'C' +PUT = 'P' \ No newline at end of file