feat: add parser
This commit is contained in:
parent
d8c45c5fde
commit
9ddfd2c1ee
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