Added CLI logic to generate pipes
This commit is contained in:
@@ -11,7 +11,7 @@ sh-edraft Common Python library
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_core.pipes'
|
||||
__title__ = 'cpl_core.pipe'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
@@ -1,4 +1,4 @@
|
||||
from cpl_core.pipes.pipe_abc import PipeABC
|
||||
from cpl_core.pipe.pipe_abc import PipeABC
|
||||
|
||||
|
||||
class FirstCharToLowerPipe(PipeABC):
|
Reference in New Issue
Block a user