all of nugget's features

This commit is contained in:
leminlimez
2024-09-18 12:41:47 -04:00
parent 347a34e40f
commit df5dd5dc02
73 changed files with 20376 additions and 176 deletions

View File

@@ -0,0 +1,9 @@
from pathlib import Path
from devicemanagement.constants import Device, Tweak
class DataSingleton:
def __init__(self):
self.current_device: Device
self.device_available: bool = False
self.gestalt_path = None