Initialization of NomadNet project

This commit is contained in:
AnonDev
2026-07-06 18:15:15 +02:00
commit 4730f0ee0a
71 changed files with 26395 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import RNS
import nomadnet
class GraphicalUI:
def __init__(self):
RNS.log("Graphical UI not implemented", RNS.LOG_ERROR)
nomadnet.panic()