This website requires JavaScript.
Explore
Help
Sign In
moshferatu
/
options-automation
Watch
1
Star
0
Fork
0
You've already forked options-automation
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7119af4e34
options-automation
/
option_type.py
5 lines
80 B
Python
Raw
Normal View
History
Unescape
Escape
Convert option type to a enum
2024-02-08 11:22:07 +00:00
from
enum
import
Enum
class
OptionType
(
Enum
)
:
CALL
=
'
CALL
'
PUT
=
'
PUT
'
Reference in New Issue
Copy Permalink