Add disclaimer to old data mod

ordermodepps_backup
Tyler Goodlet 2021-08-10 16:58:10 -04:00
parent cc40048ab2
commit 61c6bbb592
1 changed files with 8 additions and 3 deletions

View File

@ -14,9 +14,14 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
""" '''
Real-time data feed machinery NB: this is the old original implementation that was used way way back
""" when the project started with ``kivy``.
This code is left for reference but will likely be merged in
appropriately and removed.
'''
import time import time
from functools import partial from functools import partial
from dataclasses import dataclass, field from dataclasses import dataclass, field