8 lines
80 B
Python
8 lines
80 B
Python
from flit.flit import main
|
|
|
|
__version__ = "20241202.0"
|
|
|
|
|
|
def flit():
|
|
main()
|