mirror of
https://github.com/vibe-existing/pyfragment.git
synced 2026-07-25 06:54:31 +00:00
14 lines
254 B
Python
14 lines
254 B
Python
APP_NAME = "FragmentAPI"
|
|
APP_TITLE = "Fragment API by @bohd4nx"
|
|
APP_VERSION = "2025.1.2"
|
|
APP_AUTHOR = "Bohdan (bohd4nx)"
|
|
APP_TIMESTAMP = "2025-11-24T12:00:00Z"
|
|
|
|
__all__ = [
|
|
"APP_NAME",
|
|
"APP_TITLE",
|
|
"APP_VERSION",
|
|
"APP_AUTHOR",
|
|
"APP_TIMESTAMP",
|
|
]
|