summaryrefslogtreecommitdiff
path: root/src/tirante/__main__.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
commitad4f0144b82a0e881ac7b0a8f1cdb0232775e43a (patch)
treefb1d2cab7a960121401f25198175bb4334c19a74 /src/tirante/__main__.py
parent2bdeadd7891e90e04666ed5a095e62a5e32de987 (diff)
change to using pbr and restructure directoriesHEADmaster
Diffstat (limited to 'src/tirante/__main__.py')
-rw-r--r--src/tirante/__main__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tirante/__main__.py b/src/tirante/__main__.py
new file mode 100644
index 0000000..f56161e
--- /dev/null
+++ b/src/tirante/__main__.py
@@ -0,0 +1,3 @@
+from .tirante import main
+
+main() \ No newline at end of file