Coverage for seedboxsync/core/ping/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.2, created at 2026-07-26 17:46 +0000

1# 

2# Copyright (C) 2015-2026 Guillaume Kulakowski <guillaume@kulakowski.fr> 

3# 

4# For the full copyright and license information, please view the LICENSE 

5# file that was distributed with this source code. 

6# 

7"""Ping package with all ping features.""" 

8from .abstract_ping_client import AbstractPingClient 

9 

10__all__ = ["AbstractPingClient"]