NucelarMonitor/Python/Interfaces/Abstracts/WebSocketAbstractInterface.py

6 lines
111 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from abc import ABC
class WebSocketAbstractInterface(ABC):pass