Telescope.py
316 Bytes
from common.models import *
from .Device import DeviceController
class TelescopeController(DeviceController):
"""
Device controller for Telescope.
This class may implement set, get or do functions to handle particularities.
"""
def __init__(self):
super().__init__("Telescope")