apr-research commited on
Commit
313ae49
·
1 Parent(s): 621acf4

Arbitrary number of params

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -6,7 +6,7 @@ import shlex
6
 
7
 
8
  class EndpointHandler:
9
- def __init__(self):
10
  pass
11
 
12
  def run_command(command):
 
6
 
7
 
8
  class EndpointHandler:
9
+ def __init__(self, *args, **kwargs):
10
  pass
11
 
12
  def run_command(command):