Add missing legal boilerplate to YamlFSM

This commit is contained in:
Kristóf Tóth 2018-07-24 11:34:51 +02:00
parent 015d8f4355
commit 52b2adb9c4

View File

@ -1,3 +1,6 @@
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
# All Rights Reserved. See LICENSE file for details.
from subprocess import Popen, run from subprocess import Popen, run
from functools import partial, singledispatch from functools import partial, singledispatch
from contextlib import suppress from contextlib import suppress