forked from platypush/platypush
Fabio Manganiello
4dd713ffd2
The two scripts now share the same command interface, behaviour and base class. Also, Platydock now builds a Docker image instead of just printing a Dockerfile, unless the `--print` option is passed.
3 lines
58 B
Python
3 lines
58 B
Python
from ._base import BaseBuilder
|
|
|
|
__all__ = ["BaseBuilder"]
|