mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
6 lines
77 B
Python
6 lines
77 B
Python
from typing import Optional
|
|
|
|
|
|
class NoInternetException(Exception):
|
|
pass
|