mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: web: save project
This commit is contained in:
@@ -11,6 +11,7 @@ logger = logging.getLogger("Project")
|
||||
|
||||
class Project():
|
||||
def __init__(self, settings: Settings):
|
||||
self.name: str = ""
|
||||
self.settings: Settings = settings
|
||||
self.payload: Payload = Payload(self.settings.payload_path)
|
||||
self.exe_host: ExeHost = ExeHost(self.settings.inject_exe_in)
|
||||
|
||||
Reference in New Issue
Block a user