mirror of
https://github.com/PaiGramTeam/python-genshin-artifact.git
synced 2024-11-16 04:35:36 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
from python_genshin_artifact import Artifact
|
|
|
|
a = Artifact()
|
|
|
|
a.main_stat = ("ATKFixed", 1)
|