7 lines
88 B
Python
7 lines
88 B
Python
|
|
from fail2ban.server.action import ActionBase
|
|
|
|
|
|
class TestAction(ActionBase):
|
|
pass
|