mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-29 00:24:34 +02:00
WIP: part 4 of module 6
This commit is contained in:
@@ -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