1 2 3 4 5 6 7 8
"""Test for pkg.""" import iptvtools def test_pkg() -> None: """Test for pkg.""" assert iptvtools.__package__ == "iptvtools"