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

4
binary_button.py Normal file → Executable file
View File

@ -1,6 +1,6 @@
import pygame
from fonts import *
from colors import *
from .fonts import *
from .colors import *
class BinaryButton: