Rename classes representing commands to <CommandName>Command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import main
|
||||
from yaml import dump
|
||||
|
||||
class Network:
|
||||
class NetworkCommand:
|
||||
def __init__(self, *args):
|
||||
self.network(*args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user