adapted the modules for integrating into the santoscope repository

This commit is contained in:
SallarShayegan
2025-03-13 19:42:58 +01:00
parent 692da4b3f2
commit 24a60d7745
10 changed files with 25 additions and 35 deletions

2
knob.py Normal file → Executable file
View File

@ -1,6 +1,6 @@
import pygame
import math
from colors import *
from .colors import *
class Knob: