Edouard@2020: #!/usr/bin/env python Edouard@2020: # -*- coding: utf-8 -*- Edouard@2020: Edouard@2020: # This file is part of Beremiz, a Integrated Development Environment for Edouard@2020: # programming IEC 61131-3 automates supporting plcopen standard and CanFestival. Edouard@2020: # Edouard@2020: # Copyright (c) 2017 Mario de Sousa (msousa@fe.up.pt) Edouard@2020: # Edouard@2020: # This program is free software: you can redistribute it and/or modify Edouard@2020: # it under the terms of the GNU General Public License as published by Edouard@2020: # the Free Software Foundation, either version 2 of the License, or Edouard@2020: # (at your option) any later version. Edouard@2020: # Edouard@2020: # This program is distributed in the hope that it will be useful, Edouard@2020: # but WITHOUT ANY WARRANTY; without even the implied warranty of Edouard@2020: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Edouard@2020: # GNU General Public License for more details. Edouard@2020: # Edouard@2020: # You should have received a copy of the GNU General Public License Edouard@2020: # along with this program. If not, see . Edouard@2250: # Edouard@2020: # This code is made available on the understanding that it will not be Edouard@2020: # used in safety-critical situations without a full and competent review. Edouard@2020: Edouard@2020: Edouard@2250: from __future__ import absolute_import Edouard@2250: Edouard@2250: from bacnet.bacnet import *