Matthias Bisping 9480d58a8a Refactoring: Move
Move line formatters into their own module
2023-02-01 16:59:33 +01:00

6 lines
52 B
Python

import abc
class LineFormatter(abc.ABC):
pass