Total Complexity | 0 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # Author: Simon Blanke |
||
2 | # Email: [email protected] |
||
3 | # License: MIT License |
||
4 | |||
5 | |||
6 | from .custom_optimization_strategy import CustomOptimizationStrategy |
||
7 | |||
8 | |||
9 | __all__ = [ |
||
10 | "CustomOptimizationStrategy", |
||
11 | ] |
||
12 |