mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
WIP: part 4 of module 6
This commit is contained in:
14
06/ft_circular_curse.py
Normal file
14
06/ft_circular_curse.py
Normal file
@@ -0,0 +1,14 @@
|
||||
def ingredients_validation() -> None:
|
||||
import alchemy.grimoire
|
||||
|
||||
print(
|
||||
f'validate_ingredients("fire air"): {validate_ingredients("fire air")}'
|
||||
)
|
||||
|
||||
|
||||
def main() -> None:
|
||||
ingredients_validation()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user