Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- micromamba_root/Lib/__phello__/__init__.py +7 -0
- micromamba_root/Lib/__phello__/__pycache__/__init__.cpython-314.pyc +0 -0
- micromamba_root/Lib/__phello__/__pycache__/spam.cpython-314.pyc +0 -0
- micromamba_root/Lib/__phello__/ham/__init__.py +0 -0
- micromamba_root/Lib/__phello__/ham/__pycache__/__init__.cpython-314.pyc +0 -0
- micromamba_root/Lib/__phello__/ham/__pycache__/eggs.cpython-314.pyc +0 -0
- micromamba_root/Lib/__phello__/ham/eggs.py +0 -0
- micromamba_root/Lib/__phello__/spam.py +7 -0
- micromamba_root/Lib/__pycache__/__future__.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/__hello__.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_aix_support.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_android_support.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_apple_support.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_ast_unparse.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_collections_abc.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_colorize.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_compat_pickle.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_ios_support.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_markupbase.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_opcode_metadata.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_osx_support.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_py_abc.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_py_warnings.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_pylong.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_sitebuiltins.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_strptime.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_threading_local.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/_weakrefset.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/abc.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/annotationlib.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/antigravity.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/ast.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/base64.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/bdb.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/bisect.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/bz2.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/cProfile.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/calendar.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/cmd.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/code.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/codecs.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/codeop.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/colorsys.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/compileall.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/configparser.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/contextlib.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/contextvars.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/copy.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/copyreg.cpython-314.pyc +0 -0
- micromamba_root/Lib/__pycache__/csv.cpython-314.pyc +0 -0
micromamba_root/Lib/__phello__/__init__.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
initialized = True
|
| 2 |
+
|
| 3 |
+
def main():
|
| 4 |
+
print("Hello world!")
|
| 5 |
+
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
main()
|
micromamba_root/Lib/__phello__/__pycache__/__init__.cpython-314.pyc
ADDED
|
Binary file (363 Bytes). View file
|
|
|
micromamba_root/Lib/__phello__/__pycache__/spam.cpython-314.pyc
ADDED
|
Binary file (359 Bytes). View file
|
|
|
micromamba_root/Lib/__phello__/ham/__init__.py
ADDED
|
File without changes
|
micromamba_root/Lib/__phello__/ham/__pycache__/__init__.cpython-314.pyc
ADDED
|
Binary file (129 Bytes). View file
|
|
|
micromamba_root/Lib/__phello__/ham/__pycache__/eggs.cpython-314.pyc
ADDED
|
Binary file (125 Bytes). View file
|
|
|
micromamba_root/Lib/__phello__/ham/eggs.py
ADDED
|
File without changes
|
micromamba_root/Lib/__phello__/spam.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
initialized = True
|
| 2 |
+
|
| 3 |
+
def main():
|
| 4 |
+
print("Hello world!")
|
| 5 |
+
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
main()
|
micromamba_root/Lib/__pycache__/__future__.cpython-314.pyc
ADDED
|
Binary file (4.76 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/__hello__.cpython-314.pyc
ADDED
|
Binary file (949 Bytes). View file
|
|
|
micromamba_root/Lib/__pycache__/_aix_support.cpython-314.pyc
ADDED
|
Binary file (4.78 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_android_support.cpython-314.pyc
ADDED
|
Binary file (8.06 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_apple_support.cpython-314.pyc
ADDED
|
Binary file (3.56 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_ast_unparse.cpython-314.pyc
ADDED
|
Binary file (74.3 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_collections_abc.cpython-314.pyc
ADDED
|
Binary file (47.9 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_colorize.cpython-314.pyc
ADDED
|
Binary file (18.5 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_compat_pickle.cpython-314.pyc
ADDED
|
Binary file (7.36 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_ios_support.cpython-314.pyc
ADDED
|
Binary file (2.72 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_markupbase.cpython-314.pyc
ADDED
|
Binary file (13.1 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_opcode_metadata.cpython-314.pyc
ADDED
|
Binary file (10.4 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_osx_support.cpython-314.pyc
ADDED
|
Binary file (19 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_py_abc.cpython-314.pyc
ADDED
|
Binary file (7.4 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_py_warnings.cpython-314.pyc
ADDED
|
Binary file (37 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_pylong.cpython-314.pyc
ADDED
|
Binary file (16 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_sitebuiltins.cpython-314.pyc
ADDED
|
Binary file (4.7 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_strptime.cpython-314.pyc
ADDED
|
Binary file (36.9 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_threading_local.cpython-314.pyc
ADDED
|
Binary file (5.75 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/_weakrefset.cpython-314.pyc
ADDED
|
Binary file (9.39 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/abc.cpython-314.pyc
ADDED
|
Binary file (8.01 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/annotationlib.cpython-314.pyc
ADDED
|
Binary file (47.8 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/antigravity.cpython-314.pyc
ADDED
|
Binary file (1.04 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/ast.cpython-314.pyc
ADDED
|
Binary file (31.6 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/base64.cpython-314.pyc
ADDED
|
Binary file (26.6 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/bdb.cpython-314.pyc
ADDED
|
Binary file (55.6 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/bisect.cpython-314.pyc
ADDED
|
Binary file (3.58 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/bz2.cpython-314.pyc
ADDED
|
Binary file (15.3 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/cProfile.cpython-314.pyc
ADDED
|
Binary file (9.21 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/calendar.cpython-314.pyc
ADDED
|
Binary file (47.4 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/cmd.cpython-314.pyc
ADDED
|
Binary file (19.4 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/code.cpython-314.pyc
ADDED
|
Binary file (16.3 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/codecs.cpython-314.pyc
ADDED
|
Binary file (41.9 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/codeop.cpython-314.pyc
ADDED
|
Binary file (6.94 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/colorsys.cpython-314.pyc
ADDED
|
Binary file (5.25 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/compileall.cpython-314.pyc
ADDED
|
Binary file (21.2 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/configparser.cpython-314.pyc
ADDED
|
Binary file (72.9 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/contextlib.cpython-314.pyc
ADDED
|
Binary file (31.1 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/contextvars.cpython-314.pyc
ADDED
|
Binary file (371 Bytes). View file
|
|
|
micromamba_root/Lib/__pycache__/copy.cpython-314.pyc
ADDED
|
Binary file (10.1 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/copyreg.cpython-314.pyc
ADDED
|
Binary file (7.9 kB). View file
|
|
|
micromamba_root/Lib/__pycache__/csv.cpython-314.pyc
ADDED
|
Binary file (21.2 kB). View file
|
|
|