Add option type enum

This commit is contained in:
moshferatu 2023-09-18 11:30:22 -07:00
parent 8bc4b296a8
commit a52c0c1e22

2
option_type.py Normal file
View File

@ -0,0 +1,2 @@
CALL = 'C'
PUT = 'P'