rbackup/rbackup/network.py
2019-04-23 23:16:34 -07:00

18 lines
301 B
Python

"""
.. moduleauthor:: Eric Torres
.. module:: rbackup.network
:synopsis: library for interacting with rbackup over the network
"""
import logging
# ========== Constants ==========
# ========== Logging Setup ===========
syslog = logging.getLogger(__name__)
# ========== Functions ==========