k1lib.imports module
These are pretty standard imports that I always
do. I put it here so that I can do:
from k1lib.imports import *
 
 
and everything will be in place
- 
k1lib.imports.oldOr(self, value, /) 
Return self|value.
- 
k1lib.imports.dummy()[source] 
Does nothing. Only here so that you can read source code of this file
and see what’s up.