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-- 144 bytes parent folder | download
1
2
3
4
5
6
7
"""Source RCON implementation."""

from rcon.source.async_rcon import rcon
from rcon.source.client import Client


__all__ = ["Client", "rcon"]