mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
9 lines
286 B
Python
9 lines
286 B
Python
from httpx import URL
|
|
|
|
__all__ = ("HONEY_HOST", "ENKA_HOST", "AMBR_HOST", "CELESTIA_HOST")
|
|
|
|
HONEY_HOST = URL("https://gensh.honeyhunterworld.com/")
|
|
ENKA_HOST = URL("https://enka.network/")
|
|
AMBR_HOST = URL("https://api.ambr.top/")
|
|
CELESTIA_HOST = URL("https://www.projectcelestia.com/")
|