4 lines
77 B
Python
4 lines
77 B
Python
#!/usr/bin/env python3
|
|
import src.linux.main as linux_main
|
|
|
|
linux_main.main() |