This commit is contained in:
dsyoon
2025-08-24 15:46:44 +09:00
parent 840675da5a
commit 70b29aeaac
8 changed files with 82 additions and 82 deletions

View File

@@ -9,7 +9,7 @@ plt.rcParams['font.family'] ='AppleGothic'
plt.rcParams['axes.unicode_minus'] =False
from config import *
from monitor_1h import Monitor
from monitor import Monitor
class Simulation: