Browse Source

Remove legacy exports

pull/8/head
Richard Neumann 3 years ago
parent
commit
32b9bee971
  1. 5
      rcon/__init__.py

5
rcon/__init__.py

@ -1,6 +1 @@
"""RCON client library.""" """RCON client library."""
from rcon.source import RequestIdMismatch, WrongPassword, Client, rcon
__all__ = ['RequestIdMismatch', 'WrongPassword', 'Client', 'rcon']

Loading…
Cancel
Save