recoder adaption

This commit is contained in:
Steffen Illium
2021-10-04 17:53:19 +02:00
parent 4c21a0af7c
commit 696e520862
21 changed files with 665 additions and 380 deletions

View File

@ -1 +1,7 @@
# TODO
# setup.py
from setuptools import setup, find_packages
setup(
name='F_IKS',
packages=find_packages()
)