mirror of https://github.com/conqp/rcon
1 changed files with 1 additions and 2 deletions
@ -1,7 +1,6 @@ |
|||
"""RCON client library.""" |
|||
|
|||
from rcon.console import rconcmd |
|||
from rcon.proto import Client |
|||
|
|||
|
|||
__all__ = ['Client', 'rconcmd'] |
|||
__all__ = ['Client'] |
|||
|
Loading…
Reference in new issue