Moving poc under testutils directory.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-01-24 11:41:52 +01:00
parent f103b39a94
commit dd8b5895bd
15 changed files with 249 additions and 409 deletions
+15
View File
@@ -0,0 +1,15 @@
from setuptools import setup
print("""
. . .,---.,---., .|, .,---.|
| | ||---||---'|\ |||\ || _.|
| | || || \ | \ ||| \ || |
`-'-'` '` `` `'`` `'`---'o
================================
You are installing a proof-of-concept software that IS NOT PRODUCTION READY.
""")
setup()