diff --git a/rcon/rconclt.py b/rcon/rconclt.py index 4c30fb1..60f5a75 100644 --- a/rcon/rconclt.py +++ b/rcon/rconclt.py @@ -66,6 +66,7 @@ def get_credentials(args: Namespace) -> Tuple[str, int, str]: return (host, port, passwd) + def main(): """Runs the RCON client."""