6 lines
55 B
Python
6 lines
55 B
Python
|
|
|
|
class Launcher:
|
|
def __init__(self):
|
|
pass
|
|
|
|
|
class Launcher:
|
|
def __init__(self):
|
|
pass
|