We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10d5779 + 7e5b2cc commit 398fb25Copy full SHA for 398fb25
exampleproject/__main__.py
@@ -0,0 +1,8 @@
1
+from exampleproject.Main import Main
2
+
3
+if __name__ == "__main__":
4
+ print(Main())
5
6
+ import pkg_resources # part of standart setuptools
7
+ print("Version of ExampleProject is [ {} ]".format(pkg_resources.get_distribution('dohq-example-project').version))
8
0 commit comments