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
circle_button.py Normal file → Executable file
View File

@ -1,5 +1,5 @@
import pygame
from colors import *
from .colors import *
import math
class CircleButton: