Warning
Please don’t
- from module import *
- if you do so (which is bad) don’t forget to define __all__
I guess I have no excuse others than lazyness. But I find it so easier to use.
I am doing a conway game of life’s Domain Specific Language, and this is the easiest way to do it.
Pretty easy to use and code :)
I am a rebel.
Contents: