Implementation of Homepage

This commit is contained in:
Aurore LAFAURIE 2024-07-01 15:56:27 +02:00
parent f48785ff77
commit 5b92df328f
18 changed files with 1151 additions and 688 deletions

View file

@ -235,6 +235,7 @@ class Graph(BaseObject):
node.alive = False
self._importedNodes.clear()
self._nodes.clear()
self._unsetFilepath()
@property
def fileFeatures(self):