6 lines
128 B
Python
Executable file
6 lines
128 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import taiseilib.common
|
|
import taiseilib.configure
|
|
|
|
taiseilib.common.run_main(taiseilib.configure.main)
|