Rename classes representing commands to <CommandName>Command
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
from io import StringIO
|
||||
from yaml import dump
|
||||
|
||||
class Mon:
|
||||
class MonCommand:
|
||||
def __init__(self, *args):
|
||||
self.mon(*args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user