LICENSE
README.md
pyproject.toml
setup.cfg
./opentab/__init__.py
./opentab/opentab.py
./opentab.egg-info/PKG-INFO
./opentab.egg-info/SOURCES.txt
./opentab.egg-info/dependency_links.txt
./opentab.egg-info/entry_points.txt
./opentab.egg-info/requires.txt
./opentab.egg-info/top_level.txt
./opentab/command/__init__.py
./opentab/command/add.py
./opentab/command/list.py
./opentab/command/open.py
./opentab/command/remove.py
./opentab/command/start.py
./opentab/exception/GroupExists.py
./opentab/exception/__init__.py
./opentab/parsing/__init__.py
./opentab/parsing/parse_cli_args.py
./opentab/utility/__init__.py
./opentab/utility/constants.py
./opentab/utility/get_group_urls.py
./opentab/utility/get_right_urls.py
./opentab/utility/is_url_correct.py
./opentab/yaml/__init__.py
./opentab/yaml/read_yaml.py
./opentab/yaml/write_yaml.py