cnc-service/src/resources.py

13 lines
202 B
Python
Raw Normal View History

2020-07-20 17:09:05 +02:00
#!/usr/bin/env python3
import logging
"""
Flask Restful endpoints
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, Birbnetes Team"
__module_name__ = "resources"
__version__text__ = "1"