6 lines
88 B
Python
Executable File
6 lines
88 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from sugar3.activity import bundlebuilder
|
|
|
|
bundlebuilder.start()
|