5 lines
88 B
Python
5 lines
88 B
Python
from .main import InactiveRankPlugin
|
|
|
|
def get_plugin():
|
|
return InactiveRankPlugin()
|