feat: add parser
This commit is contained in:
parent
14966ab00f
commit
6669c3b7ef
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ class Parser:
|
||||||
|
|
||||||
def parse(self, file_path: str) -> Compose:
|
def parse(self, file_path: str) -> Compose:
|
||||||
# validate input file using `docker-compose config -q sys.argv[1]` first
|
# validate input file using `docker-compose config -q sys.argv[1]` first
|
||||||
|
return Compose([])
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
Loading…
Reference in a new issue