5 lines
60 B
Python
5 lines
60 B
Python
|
#! /usr/bin/env python3
|
||
|
from .run import example
|
||
|
|
||
|
example()
|