From 7e004c0688499286c0616fc3f3f9d77f343c72f1 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 29 Jan 2022 14:22:15 -0500 Subject: [PATCH] Add back blank `msg.py` --- tractor/msg.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tractor/msg.py diff --git a/tractor/msg.py b/tractor/msg.py new file mode 100644 index 0000000..16f4e5c --- /dev/null +++ b/tractor/msg.py @@ -0,0 +1,20 @@ +# tractor: structured concurrent "actors". +# Copyright 2018-eternity Tyler Goodlet. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +''' +Coming soon! + +'''