fix
This commit is contained in:
7
.CondaPkg/env/Lib/__phello__/__init__.py
vendored
Normal file
7
.CondaPkg/env/Lib/__phello__/__init__.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
initialized = True
|
||||
|
||||
def main():
|
||||
print("Hello world!")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
BIN
.CondaPkg/env/Lib/__phello__/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/__phello__/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
Binary file not shown.
BIN
.CondaPkg/env/Lib/__phello__/__pycache__/spam.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/__phello__/__pycache__/spam.cpython-312.pyc
vendored
Normal file
Binary file not shown.
0
.CondaPkg/env/Lib/__phello__/ham/__init__.py
vendored
Normal file
0
.CondaPkg/env/Lib/__phello__/ham/__init__.py
vendored
Normal file
BIN
.CondaPkg/env/Lib/__phello__/ham/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/__phello__/ham/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
Binary file not shown.
BIN
.CondaPkg/env/Lib/__phello__/ham/__pycache__/eggs.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/__phello__/ham/__pycache__/eggs.cpython-312.pyc
vendored
Normal file
Binary file not shown.
0
.CondaPkg/env/Lib/__phello__/ham/eggs.py
vendored
Normal file
0
.CondaPkg/env/Lib/__phello__/ham/eggs.py
vendored
Normal file
7
.CondaPkg/env/Lib/__phello__/spam.py
vendored
Normal file
7
.CondaPkg/env/Lib/__phello__/spam.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
initialized = True
|
||||
|
||||
def main():
|
||||
print("Hello world!")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user