1
0
mirror of https://github.com/adlerosn/rede-especificacoes-tecnicas-em-redes synced 2024-07-05 17:00:12 +00:00
ufes-mestrado-projetopesqui.../kbCreator/__main__.py
2019-03-12 14:15:42 -03:00

8 lines
108 B
Python

#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
from . import main
if __name__ == '__main__':
main()