Skip to content

Commit

Permalink
RFSwarmGUIhtml ReporterGUIhtml classes created but still empty
Browse files Browse the repository at this point in the history
Issue #319
  • Loading branch information
damies13 committed Nov 23, 2024
1 parent 79f9619 commit d56e702
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rfswarm_manager/RFSwarmGUIhtml.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

import eel


class RFSwarmGUIhtml():

def __init__(self):
pass

def addScriptRow(self):
pass
2 changes: 2 additions & 0 deletions rfswarm_manager/rfswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
import matplotlib # required for matplot graphs
import psutil

from RFSwarmGUIhtml import RFSwarmGUIhtml

# required for matplot graphs
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from matplotlib.figure import Figure # required for matplot graphs
Expand Down
11 changes: 11 additions & 0 deletions rfswarm_reporter/ReporterGUIhtml.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

import eel


class ReporterGUIhtml():

def __init__(self):
pass

def mainloop(self):
pass
2 changes: 2 additions & 0 deletions rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
from lxml import etree # used for xhtml export
from lxml.builder import E, ElementMaker # used for xhtml export

from ReporterGUIhtml import ReporterGUIhtml

# required for matplot graphs
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas

Expand Down

0 comments on commit d56e702

Please sign in to comment.