7 lines
85 B
Python
7 lines
85 B
Python
#!/usr/bin/env python3
|
|
|
|
def system() -> list:
|
|
system = list()
|
|
|
|
return system
|