diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-26 23:02:47 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-26 23:02:47 +0300 |
| commit | ed73cfbd95b9222c57950ff727397e251ebca247 (patch) | |
| tree | 3c0bd4a24db102f73a9843cea5e63ebd0b77e056 /robusta_krr/api | |
| parent | 0609ae5b62947b0d55505dec23b9b4d3a5909d89 (diff) | |
Refactor Formatters, use functional approach
Diffstat (limited to 'robusta_krr/api')
| -rw-r--r-- | robusta_krr/api/formatters.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robusta_krr/api/formatters.py b/robusta_krr/api/formatters.py index 3bd6927..d942efe 100644 --- a/robusta_krr/api/formatters.py +++ b/robusta_krr/api/formatters.py @@ -1,3 +1,3 @@ -from robusta_krr.core.abstract.formatters import BaseFormatter +from robusta_krr.core.abstract.formatters import register, find, list_available -__all__ = ["BaseFormatter"] +__all__ = ["register", "find", "list_available"] |
