8 lines
109 B
Python
Executable file
8 lines
109 B
Python
Executable file
#! /usr/bin/env python3
|
|
|
|
"""Entry point."""
|
|
|
|
import spcd
|
|
|
|
if __name__ == "__main__":
|
|
spcd.main(__file__)
|