6 lines
78 B
Python
6 lines
78 B
Python
class CPLCli:
|
|
|
|
@staticmethod
|
|
def main():
|
|
print('Hello world')
|