1
0
mirror of synced 2024-09-23 18:58:28 +02:00
tja2fumen/setup.py
2023-06-26 19:54:51 -04:00

7 lines
92 B
Python

#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()