mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +02:00
6 lines
59 B
Python
6 lines
59 B
Python
|
|
|
|
__all__ = [ "a", "b" ]
|
|
|
|
globals().update({'a':1, 'b':2})
|