sync
This commit is contained in:
6
src/docker_compose/application/write_files.py
Normal file
6
src/docker_compose/application/write_files.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from docker_compose.domain.paths.src import SrcPaths
|
||||
|
||||
|
||||
def write_template(app:str):
|
||||
data = SrcPaths.from_name(app)
|
||||
data.compose()
|
||||
Reference in New Issue
Block a user