First steps
Tutorials
Table of Contents:
from rstt.stypes import SPlayer [docs] class PlayerLevel: [docs] def rate(self, player: SPlayer) -> float: return player.level()