File: __init__.py

package info (click to toggle)
python-rcon 2.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 1,224; makefile: 42; sh: 6
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
"""BattlEye RCON implementation."""

from rcon.battleye.client import Client
from rcon.battleye.proto import ServerMessage


__all__ = ["Client", "ServerMessage"]