6 lines
98 B
Python
6 lines
98 B
Python
"""This is just a placeholder package, replace it with your own
|
|
package"""
|
|
|
|
|
|
print("Hello world")
|