Improved setup.py

This commit is contained in:
2020-12-15 20:11:41 +01:00
parent aa90adfd48
commit d76bf45645
3 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
class CPLCli:
def main(self):
@staticmethod
def main():
print('Hello world')
def main():
cli = CPLCli()
cli.main()