mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-08 02:03:00 +01:00
Documentation fix
This commit is contained in:
14
example_bots/bots/experts/example/expert.py
Normal file
14
example_bots/bots/experts/example/expert.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from intelmq.lib.bot import Bot
|
||||
|
||||
|
||||
class ExampleExpertBot(Bot):
|
||||
|
||||
def init(self):
|
||||
pass
|
||||
|
||||
def process(self):
|
||||
pass
|
||||
|
||||
|
||||
BOT = ExampleExpertBot
|
||||
Reference in New Issue
Block a user