Python: Show we're able to handle example with __init__.py files

This commit is contained in:
Rasmus Wriedt Larsen
2020-09-25 18:28:31 +02:00
parent 85607fe2d5
commit 2acfd4cdb1
7 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
# name:explicit_afunc
def explicit_afunc():
print("explicit_afunc called")
return 1