Last active
July 8, 2021 07:59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("This file gets invoked when any module from this directory gets imported") | |
from .my_demo_module import DummyClass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment