reticulum/RNS/Interfaces/Interface.py

9 wiersze
134 B
Python
Czysty Zwykły widok Historia

2016-06-03 17:02:02 +00:00
class Interface:
IN = False
OUT = False
FWD = False
RPT = False
name = None
def __init__(self):
pass