From 2bc42ab4883c1a68b8820c214eeed28d2e4bc303 Mon Sep 17 00:00:00 2001 From: gael Date: Tue, 23 Sep 2025 16:00:16 -0400 Subject: [PATCH] adjust the name --- {gain-viz => gain_viz}/__init__.py | 0 {gain-viz => gain_viz}/app.py | 0 {gain-viz => gain_viz}/static/plot.png | 0 {gain-viz => gain_viz}/templates/index.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {gain-viz => gain_viz}/__init__.py (100%) rename {gain-viz => gain_viz}/app.py (100%) rename {gain-viz => gain_viz}/static/plot.png (100%) rename {gain-viz => gain_viz}/templates/index.html (100%) diff --git a/gain-viz/__init__.py b/gain_viz/__init__.py similarity index 100% rename from gain-viz/__init__.py rename to gain_viz/__init__.py diff --git a/gain-viz/app.py b/gain_viz/app.py similarity index 100% rename from gain-viz/app.py rename to gain_viz/app.py diff --git a/gain-viz/static/plot.png b/gain_viz/static/plot.png similarity index 100% rename from gain-viz/static/plot.png rename to gain_viz/static/plot.png diff --git a/gain-viz/templates/index.html b/gain_viz/templates/index.html similarity index 100% rename from gain-viz/templates/index.html rename to gain_viz/templates/index.html