mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2025-02-03 00:45:20 +00:00
6 lines
63 B
Python
6 lines
63 B
Python
|
from .gacha import Gacha
|
||
|
|
||
|
|
||
|
class GachaPlugins(Gacha):
|
||
|
pass
|