mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
104 B
Python
13 lines
104 B
Python
|
|
def a(): pass
|
|
|
|
def b(): pass
|
|
|
|
def c(): pass
|
|
|
|
def d(): pass
|
|
|
|
def e(): pass
|
|
|
|
__all__ = [ 'a', 'b', 'c' ]
|