7 lines
78 B
Python
7 lines
78 B
Python
#-*- coding: utf-8 -*-
|
|
|
|
import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli.main()
|