5 lines
91 B
Python
5 lines
91 B
Python
#!/usr/bin/env python
|
|
from blipblop import main
|
|
|
|
if __name__ == "__main__":
|
|
main.main() |