mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
These files that are reformatted only now fall under the list of files to apply uncrustify/black formatting to. Signed-off-by: Damien George <damien@micropython.org>
7 lines
90 B
Python
7 lines
90 B
Python
# test frozen package without __init__.py
|
|
print("frzstr_pkg2.mod")
|
|
|
|
|
|
class Foo:
|
|
x = 1
|