Add license boilerplate to linear_fsm.py

This commit is contained in:
Kristóf Tóth 2018-04-10 12:48:53 +02:00
parent 29da0a7ca6
commit dbe6fe0f92

View File

@ -1,3 +1,6 @@
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
# All Rights Reserved. See LICENSE file for details.
from .fsm_base import FSMBase