feat: add parser

This commit is contained in:
uccu 2022-05-14 20:26:32 +08:00
parent 14966ab00f
commit 6669c3b7ef

View file

@ -7,4 +7,5 @@ class Parser:
def parse(self, file_path: str) -> Compose:
# validate input file using `docker-compose config -q sys.argv[1]` first
return Compose([])
raise NotImplementedError