mirror of
https://github.com/aljazceru/squatm3gator.git
synced 2025-12-17 06:34:23 +01:00
6 lines
120 B
Python
6 lines
120 B
Python
import redis
|
|
from wrapper.classes import job
|
|
from wrapper.consumer import consumer
|
|
|
|
c = consumer
|
|
c.listen_for_commands() |