mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
Added initial file
This commit is contained in:
12
synology/synology.py
Normal file
12
synology/synology.py
Normal file
@ -0,0 +1,12 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
# Define Static Variables
|
||||
|
||||
|
||||
# Define Classes
|
||||
class SynologyApi(object):
|
||||
def __init__(self, username, password):
|
||||
pass
|
||||
Reference in New Issue
Block a user