13 lines
202 B
Python
13 lines
202 B
Python
|
#!/usr/bin/env python3
|
||
|
import logging
|
||
|
|
||
|
|
||
|
"""
|
||
|
Flask Restful endpoints
|
||
|
"""
|
||
|
|
||
|
__author__ = '@tormakris'
|
||
|
__copyright__ = "Copyright 2020, Birbnetes Team"
|
||
|
__module_name__ = "resources"
|
||
|
__version__text__ = "1"
|