sh_cpl/src/sh_edraft/cli/cpl_cli.py
2020-12-15 20:11:41 +01:00

6 lines
78 B
Python

class CPLCli:
@staticmethod
def main():
print('Hello world')