6 lines
93 B
Python
6 lines
93 B
Python
#!/usr/bin/env python3
|
|
|
|
from wallman.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|