This commit is contained in:
2026-01-21 20:28:26 -06:00
parent 2464a57a42
commit 7f749380ff
49 changed files with 1264 additions and 1305 deletions

View 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()