Files
Chan/Chan_FX_Box.py
T
2026-03-20 18:39:02 +08:00

7 lines
170 B
Python

class Chan_FX_Box():
def __init__(self, start_time, end_time, high, low):
self.start_time = start_time
self.end_time = end_time
self.high = high
self.low = low