diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-04-20 00:03:47 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-04-20 00:03:47 +0100 |
| commit | 1c8649fdcd9f56cca5b191ae3cbaec4977569380 (patch) | |
| tree | 14299d85de895df774a5c2b5b44ee3d10e0f5f7f /utils/enums.py | |
| parent | 92375e2d232538c72e9dfe7d6f067dfcc7e5979f (diff) | |
| download | MCOptionPricing-1c8649fdcd9f56cca5b191ae3cbaec4977569380.tar.gz MCOptionPricing-1c8649fdcd9f56cca5b191ae3cbaec4977569380.zip | |
Linting, type checking
Diffstat (limited to 'utils/enums.py')
| -rw-r--r-- | utils/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/enums.py b/utils/enums.py index 6a607ea..aed4a97 100644 --- a/utils/enums.py +++ b/utils/enums.py @@ -9,6 +9,7 @@ Enumeration utility classes. from enum import Enum, auto + __all__ = ['OptionRight', 'BarrierUpDown', 'BarrierInOut'] |
