mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-13 04:23:38 +00:00
rename commands submodule to subcommands.
add Maprestart.with_configure()
This commit is contained in:
@@ -6,29 +6,7 @@ from typing_extensions import override
|
||||
|
||||
from . import config, console
|
||||
from .__about__ import __version__
|
||||
from .commands import (
|
||||
Fastrestart,
|
||||
Gametype,
|
||||
Hostname,
|
||||
Map,
|
||||
Mapname,
|
||||
Maprestart,
|
||||
Maprotate,
|
||||
Plugins,
|
||||
Status,
|
||||
)
|
||||
|
||||
Subcommands = (
|
||||
Fastrestart
|
||||
| Gametype
|
||||
| Hostname
|
||||
| Map
|
||||
| Mapname
|
||||
| Maprestart
|
||||
| Maprotate
|
||||
| Plugins
|
||||
| Status
|
||||
)
|
||||
from .subcommands import Status, Subcommands
|
||||
|
||||
|
||||
class Q3rconCli(Command):
|
||||
|
||||
Reference in New Issue
Block a user