6 lines
74 B
Python
6 lines
74 B
Python
from __future__ import annotations
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|