feat(ags): finish migrating v1 to v2

This commit is contained in:
matt1432 2025-02-28 21:56:54 -05:00
parent 7d64a1fe25
commit 2e15e10fd5
24 changed files with 1196 additions and 1026 deletions
packages/coloryou

View file

@ -0,0 +1,7 @@
from distutils.core import setup
setup(
name='coloryou',
version='0.0.1',
scripts=['coloryou.py',],
)