mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
b477dc7648
Co-authored-by: Karako <karakohear@gmail.com> Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
9 lines
178 B
Python
9 lines
178 B
Python
from core.service import init_service
|
|
from core.assets.service import AssetsService
|
|
|
|
|
|
@init_service
|
|
def create_wiki_service():
|
|
_service = AssetsService()
|
|
return _service
|