mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
18 lines
237 B
Python
18 lines
237 B
Python
# -*- coding:utf-8 -*-
|
|
|
|
|
|
|
|
|
|
settings = {
|
|
'language' : 'zh-CN',
|
|
'theme' : {
|
|
'' : '',
|
|
},
|
|
}
|
|
|
|
class msctSetting:
|
|
def __init__(self,**settings) -> None:
|
|
pass
|
|
|
|
def __call__(self, **kwds):
|
|
pass |