This is a demo package to show the implementation details of python import system. Collect the above py files into a folder app.
The folder orginization is
root
├── ext.py
│
├── app
│ ├── __init__.py
│ ├── a.py
| #### Contents of the preconfiguration file (for stretch) | |
| ### direct copy from: https://help.ubuntu.com/lts/installation-guide/example-preseed.txt | |
| ### Localization | |
| # Preseeding only locale sets language, country and locale. | |
| d-i debian-installer/locale string en_US | |
| # The values can also be preseeded individually for greater flexibility. | |
| #d-i debian-installer/language string en | |
| #d-i debian-installer/country string NL |
| ''' | |
| Python 3 | |
| ''' | |
| class Solution: | |
| def isMatch(self, s, p): | |
| """ | |
| :type s: str | |
| :type p: str | |
| :rtype: bool |
This is a demo package to show the implementation details of python import system. Collect the above py files into a folder app.
The folder orginization is
root
├── ext.py
│
├── app
│ ├── __init__.py
│ ├── a.py