mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-12-01 19:48:36 +00:00
6 lines
63 B
Python
6 lines
63 B
Python
|
from .gacha import Gacha
|
||
|
|
||
|
|
||
|
class GachaPlugins(Gacha):
|
||
|
pass
|