mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 21:00:16 +00:00
8 lines
146 B
Python
8 lines
146 B
Python
|
from utils.plugins.manager import listener_plugins_class
|
||
|
from .gacha import Gacha
|
||
|
|
||
|
|
||
|
@listener_plugins_class()
|
||
|
class GachaPlugins(Gacha):
|
||
|
pass
|