typedload
typedload copied to clipboard
Avoid imports
Currently ipaddress and path stuff are imported just to handle those types.
Investigate if it is possible to put a function there that returns the type if it is ever reached, rather than having the type itself.
This would save doing not needed imports and improve start up times