1
0
mirror of https://github.com/adlerosn/rede-especificacoes-tecnicas-em-redes synced 2024-07-08 18:20:13 +00:00
ufes-mestrado-projetopesqui.../kbCreator/__init__.py

12 lines
259 B
Python
Raw Normal View History

2019-03-12 17:15:42 +00:00
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
from pathlib import Path
from .documents import fromFile as DocumentFromFile
def main():
2019-04-03 15:05:57 +00:00
rootdoc, rootname = Path("rootdoc.txt").read_text().splitlines()
rootdoc = DocumentFromFile(rootdoc).parse()