File: LP6E/Chapter25/alls.py
__all__ = ['a', '_c'] # Control from * exports, take 2 a, b, _c, _d = 1, 2, 3, 4 # __all__ has precedence over _X