pip/tests/data/src/sample/sample/__init__.py

6 lines
134 B
Python

__version__ = '1.2.0'
def main():
"""Entry point for the application script"""
print("Call your main application code here")