Added #!/usr/bin/env python3 to header of cli

This commit is contained in:
2017-08-25 17:38:23 +02:00
parent ed0b7acf6c
commit ad991518fd

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# @Author: KevinMidboe # @Author: KevinMidboe
# @Date: 2017-08-25 12:33:01 # @Date: 2017-08-25 12:33:01
# @Last Modified by: KevinMidboe # @Last Modified by: KevinMidboe
# @Last Modified time: 2017-08-25 17:35:33 # @Last Modified time: 2017-08-25 17:38:02
from stepper import Stepper from stepper import Stepper