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