mirror of
https://github.com/github/codeql.git
synced 2026-05-25 16:47:07 +02:00
6 lines
64 B
Python
6 lines
64 B
Python
class Spam:
|
|
|
|
def __init__(self, eggs):
|
|
eggs = eggs
|
|
|