Skip to content

Commit

Permalink
Init of the processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Feb 3, 2020
1 parent 57c5b0c commit 9bc6f5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions experiments/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from experiments import experiment_process

__author__ = 'Konstantinos Drossos -- Tampere University'
__docformat__ = 'reStructuredText'
__all__ = ['experiment_process']


# EOF

0 comments on commit 9bc6f5a

Please sign in to comment.