This website works better with JavaScript
Home
Explore
Help
Sign In
Home
/
codewars
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
08f3bd1cc7
Branches
Tags
master
codewars
/
courses
/
python_indi
/
package_1
/
__init__.py
__init__.py
72 B
History
Raw
1
2
3
4
from .file_1 import *
from .file_2 import *
print('__init__ package_1')