5 lines
73 B
Python
5 lines
73 B
Python
|
from __future__ import annotations
|
||
|
|
||
|
from setuptools import setup
|
||
|
setup()
|