use flask-pika
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-04 03:23:46 +02:00
parent 5b8d88339f
commit 80d115e488
7 changed files with 31 additions and 146 deletions

14
src/fpika.py Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python3
"""
Flask-Pika API
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, Birbnetes Team"
__module_name__ = "fpika"
__version__text__ = "1"
from flask_pika import Pika as Fpika
fpika = Fpika()