Add rbackup.network module

This commit is contained in:
Eric Torres 2019-04-23 23:16:34 -07:00
parent 8ee295f0c7
commit 841e05c3de

17
rbackup/network.py Normal file
View File

@ -0,0 +1,17 @@
"""
.. 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 ==========