This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install the viur-cli with: | |
## pip install viur-cli | |
import logging | |
import os | |
from subprocess import PIPE, Popen | |
from io import BytesIO | |
from typing import List |