first prototype

This commit is contained in:
2021-09-29 16:10:29 +02:00
parent 653be355d7
commit 400cbdbd92
8 changed files with 583 additions and 0 deletions

5
utils.py Normal file
View File

@ -0,0 +1,5 @@
def typename(obj):
return type(obj).__name__