diff options
Diffstat (limited to 'options/test_options.py')
| -rw-r--r-- | options/test_options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/test_options.py b/options/test_options.py index c4ecff6..6b79860 100644 --- a/options/test_options.py +++ b/options/test_options.py @@ -1,5 +1,6 @@ from .base_options import BaseOptions + class TestOptions(BaseOptions): def initialize(self): BaseOptions.initialize(self) |
