EXT: Add type hints to commonly used functions
https://gitlab.com/caosdb/caosdb-pylib/-/issues/49
In order to add type hints to caosdb-pylib we start with adding it to functions that are commonly used by users.
Add appropriate hints to:
- public functions of Entity, Record, RecordType etc.
- functions exposed under caosdb directly
- public functions of Container
See also #77 (closed)