diff options
Diffstat (limited to 'src/__main__.py')
| -rw-r--r-- | src/__main__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py new file mode 100644 index 0000000..3206bc8 --- /dev/null +++ b/src/__main__.py @@ -0,0 +1,5 @@ +# Allows for launching with python3 -m avp + +from .main import main + +main() |
