mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
all of nugget's features
This commit is contained in:
9
devicemanagement/data_singleton.py
Normal file
9
devicemanagement/data_singleton.py
Normal 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
|
||||
Reference in New Issue
Block a user