Skip to content

Commit 4a1256d

Browse files
committed
Convert line endings with dos2unix
1 parent 4dbb8d7 commit 4a1256d

File tree

2 files changed

+493
-493
lines changed

2 files changed

+493
-493
lines changed

alteza/__main__.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#!/usr/bin/env python3
2-
from .engine import Engine, Args
3-
4-
5-
def main() -> None:
6-
Engine(Args().parse_args()).run()
7-
8-
9-
# See: https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/
10-
11-
if __name__ == "__main__":
12-
main()
1+
#!/usr/bin/env python3
2+
from .engine import Engine, Args
3+
4+
5+
def main() -> None:
6+
Engine(Args().parse_args()).run()
7+
8+
9+
# See: https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/
10+
11+
if __name__ == "__main__":
12+
main()

0 commit comments

Comments
 (0)