This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
85858e72dfdc3e941c2e620e94de05ad663138b1
Core2forAWS-MicroPython
/
tests
/
import
/
pkg3
/
mod2.py
T
7 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
builtinimport: Implement relative imports.
2014-04-12 17:46:54 +03:00
print
(
"
mod2 __name__:
"
,
__name__
)
print
(
"
in mod2
"
)
tests: Format all Python code with black, except tests in basics subdir.
2020-03-22 21:26:08 -05:00
builtinimport: Implement relative imports.
2014-04-12 17:46:54 +03:00
def
foo
(
)
:
print
(
"
mod2.foo()
"
)
Reference in New Issue
Copy Permalink