mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 20:10:36 +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
|