This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

initial commit with folder and file structures

Jay Krishnan (Jul 4, 2026, 10:07 AM +0200) 516ee0dd

+53
+13
alchemy/__init__.py
··· 1 + #!/usr/bin/env python3 2 + # ########################################################################### # 3 + # shebang: 1 # 4 + # ::: :::::::: # 5 + # __init__.py :+: :+: :+: # 6 + # +:+ +:+ +:+ # 7 + # By: jkrishna <jkrishna@student.42.fr> +#+ +:+ +#+ # 8 + # +#+#+#+#+#+ +#+ # 9 + # Created: 2026/07/04 10:06:29 by jkrishna #+# #+# # 10 + # Updated: 2026/07/04 10:06:36 by jkrishna ### ########.fr # 11 + # # 12 + # ########################################################################### # 13 +
+20
alchemy/elements.py
··· 1 + #!/usr/bin/env python3 2 + # ########################################################################### # 3 + # shebang: 1 # 4 + # ::: :::::::: # 5 + # elements.py :+: :+: :+: # 6 + # +:+ +:+ +:+ # 7 + # By: jkrishna <jkrishna@student.42.fr> +#+ +:+ +#+ # 8 + # +#+#+#+#+#+ +#+ # 9 + # Created: 2026/07/04 10:05:16 by jkrishna #+# #+# # 10 + # Updated: 2026/07/04 10:05:59 by jkrishna ### ########.fr # 11 + # # 12 + # ########################################################################### # 13 + 14 + 15 + def create_earth() -> str: 16 + return ("Earth element created") 17 + 18 + 19 + def create_air() -> str: 20 + return ("Air element created")
alchemy/grimoire/__init__.py

This is a binary file and will not be displayed.

alchemy/grimoire/dark_spellbook.py

This is a binary file and will not be displayed.

alchemy/grimoire/dark_validator.py

This is a binary file and will not be displayed.

alchemy/grimoire/light_spellbook.py

This is a binary file and will not be displayed.

alchemy/grimoire/light_validator.py

This is a binary file and will not be displayed.

alchemy/potions.py

This is a binary file and will not be displayed.

alchemy/transmutation/__init__.py

This is a binary file and will not be displayed.

alchemy/transmutation/recipes.py

This is a binary file and will not be displayed.

+20
elements.py
··· 1 + #!/usr/bin/env python3 2 + # ########################################################################### # 3 + # shebang: 1 # 4 + # ::: :::::::: # 5 + # elements.py :+: :+: :+: # 6 + # +:+ +:+ +:+ # 7 + # By: jkrishna <jkrishna@student.42.fr> +#+ +:+ +#+ # 8 + # +#+#+#+#+#+ +#+ # 9 + # Created: 2026/07/04 10:03:27 by jkrishna #+# #+# # 10 + # Updated: 2026/07/04 10:05:06 by jkrishna ### ########.fr # 11 + # # 12 + # ########################################################################### # 13 + 14 + 15 + def create_fire() -> str: 16 + return ("Fire element created") 17 + 18 + 19 + def create_water() -> str: 20 + return ("Water element created")
ft_alembic_0.py

This is a binary file and will not be displayed.

ft_alembic_1.py

This is a binary file and will not be displayed.

ft_alembic_2.py

This is a binary file and will not be displayed.

ft_alembic_3.py

This is a binary file and will not be displayed.

ft_alembic_4.py

This is a binary file and will not be displayed.

ft_alembic_5.py

This is a binary file and will not be displayed.

ft_distillation_0.py

This is a binary file and will not be displayed.

ft_distillation_1.py

This is a binary file and will not be displayed.

ft_kaboom_0.py

This is a binary file and will not be displayed.

ft_kaboom_1.py

This is a binary file and will not be displayed.

ft_transmutation_0.py

This is a binary file and will not be displayed.

ft_transmutation_1.py

This is a binary file and will not be displayed.

ft_transmutation_2.py

This is a binary file and will not be displayed.