add api basics

This commit is contained in:
Sem van der Hoeven
2023-05-22 11:51:19 +02:00
parent 39e32fb796
commit 7f5ab30962
4 changed files with 44 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ setup(
tests_require=['pytest'],
entry_points={
'console_scripts': [
'api_listener = api_communication.api_listener:main'
],
},
)