mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-16 14:03:42 +00:00
first commit
This commit is contained in:
19
src/q3rcon_cli/commands/__init__.py
Normal file
19
src/q3rcon_cli/commands/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
from .fastrestart import Fastrestart
|
||||
from .gametype import Gametype
|
||||
from .hostname import Hostname
|
||||
from .map import Map
|
||||
from .mapname import Mapname
|
||||
from .maprotate import Maprotate
|
||||
from .plugins import Plugins
|
||||
from .status import Status
|
||||
|
||||
__all__ = [
|
||||
'Status',
|
||||
'Mapname',
|
||||
'Maprotate',
|
||||
'Fastrestart',
|
||||
'Gametype',
|
||||
'Hostname',
|
||||
'Map',
|
||||
'Plugins',
|
||||
]
|
||||
Reference in New Issue
Block a user