Skip to content

Commit

Permalink
initialize module
Browse files Browse the repository at this point in the history
popenta committed Apr 1, 2024
1 parent 59fe218 commit e641540
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions testproject_1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from testproject_1.empty import *

__all__ =["print_empty"]
3 changes: 2 additions & 1 deletion testproject_1/empty.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
print('empty file')
def print_empty():
print("is empty")

0 comments on commit e641540

Please sign in to comment.