mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
6 lines
216 B
Python
6 lines
216 B
Python
from pyfragment.methods.premium import purchase_premium
|
|
from pyfragment.methods.stars import purchase_stars
|
|
from pyfragment.methods.ton import topup_ton
|
|
|
|
__all__ = ["purchase_premium", "purchase_stars", "topup_ton"]
|