Language, history, paleontology, video games, world building, cats etc all cool too.
我在学习中文,会有点说。
Personal site: ceigey.com
import a
import b
gns = globals()
for k, v in (a.__dict__ | b.__dict__).items():
gns[k] = v
(I assume this works. I mean, mechanically, not ethically)
import a
import b
gns = globals()
for k, v in (a.__dict__ | b.__dict__).items():
gns[k] = v
(I assume this works. I mean, mechanically, not ethically)