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

@ -1,7 +1,7 @@
import pygame
import math
from colors import *
from fonts import *
from .colors import *
from .fonts import *
class LozengeButton: