diff options
| author | tassaron | 2017-07-15 18:59:22 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-15 18:59:22 -0400 |
| commit | 17c8a6703a8093d31c6772ba3b8d9ee01adaa0da (patch) | |
| tree | d2e723dc61566a7a25cd3788966d55fec322ae9e /src/__main__.py | |
| parent | bcb8f27c2e4434d2296dcd66bf279b76ee0d0a4f (diff) | |
trying to make setup.py work
Diffstat (limited to 'src/__main__.py')
| -rw-r--r-- | src/__main__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py new file mode 100644 index 0000000..a68739e --- /dev/null +++ b/src/__main__.py @@ -0,0 +1,3 @@ +from avpython.main import main + +main()
\ No newline at end of file |
