vban-cmd-python/__main__.py
onyx-and-iris 6e40ceb346 add some higher tests
add first tests
2022-02-25 15:17:05 +00:00

10 lines
164 B
Python

import vban_cmd
from time import sleep
def main():
with vban_cmd.connect('potato', ip='ws.local') as vban:
pass
if __name__ == '__main__':
main()