comparison: src/eric7/eric7_pip.pyw
src/eric7/eric7_pip.pyw
- branch
- eric7
- changeset 10128
- a43ce4625e1e
- child 10439
- 21c28b0f9e41
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module implementing the Windows entry point. |
|
8 """ |
|
9 |
|
10 if __name__ == "__main__": |
|
11 from eric7_pip import main |
|
12 |
|
13 main() |