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