mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: unify project handling (cmdline = projects/default)
This commit is contained in:
+1
-8
@@ -4,15 +4,8 @@ import yaml
|
||||
import pickle
|
||||
|
||||
from typing import List, Tuple
|
||||
from model.settings import Settings
|
||||
from model.defs import *
|
||||
|
||||
|
||||
class WebProject():
|
||||
def __init__(self, name: str, settings: Settings):
|
||||
self.name = name
|
||||
self.settings: Settings = settings
|
||||
self.comment: str = ""
|
||||
from model.project import WebProject
|
||||
|
||||
|
||||
class Storage():
|
||||
|
||||
Reference in New Issue
Block a user