mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
update to v1.4:
- major restructure - added classes for args and cclicense - separated global variable setting into separate function - argument parse in separate function
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
class License:
|
||||
project: str
|
||||
author: str
|
||||
type: str
|
||||
url: str
|
||||
pics: list[str]
|
||||
|
||||
|
||||
def licenseswitch(cclicense: str) -> str:
|
||||
switch = {
|
||||
"cc-zero": """
|
||||
|
||||
Reference in New Issue
Block a user