mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: remove source_style enum, do it with directories
This commit is contained in:
@@ -5,6 +5,7 @@ from model.defs import *
|
||||
|
||||
logger = logging.getLogger("Payload")
|
||||
|
||||
|
||||
class Payload():
|
||||
def __init__(self, filepath: FilePath):
|
||||
self.payload_path: FilePath = filepath
|
||||
|
||||
Reference in New Issue
Block a user