mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 02:24:20 +01:00
7 lines
47 B
Python
7 lines
47 B
Python
from .main import main
|
|
|
|
print("main")
|
|
|
|
|
|
main()
|