Add rbackup.network module
This commit is contained in:
parent
8ee295f0c7
commit
841e05c3de
17
rbackup/network.py
Normal file
17
rbackup/network.py
Normal 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 ==========
|
Loading…
x
Reference in New Issue
Block a user