9 lines
109 B
Python
9 lines
109 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from lenticular_cloud.cli import entry_point
|
|
|
|
|
|
|
|
entry_point()
|