Files
SCam/utils.py
2021-09-29 16:10:29 +02:00

6 lines
52 B
Python

def typename(obj):
return type(obj).__name__