11 lines
315 B
Python
Executable File
11 lines
315 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
import pyscada
|
|
|
|
__version__ = "0.8.1"
|
|
__author__ = "Camille Lavayssiere"
|
|
__email__ = "team@pyscada.org"
|
|
__description__ = "DataSourceExample extension for PyScada a Python and Django based Open Source SCADA System"
|
|
__app_name__ = "DataSourceExample"
|