forked from joeli/challenge
initial commit, work in progress
Signed-off-by: Jan Heise <heise@dresearch.de>
This commit is contained in:
16
test/__init__.py
Normal file
16
test/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Schneider Intercom ICX
|
||||
======================
|
||||
|
||||
Test module
|
||||
|
||||
.. moduleauthor:: Jan Heise <heise@dresearch.de>
|
||||
|
||||
"""
|
||||
__copyright__ = 'Copyright (C) 2015-2022 DResearch Digital Media Systems GmbH'
|
||||
__revision__ = ''
|
||||
__docformat__ = 'reStructuredText'
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user