mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-19 00:10:31 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
from src.config.settings import Settings
|
|
|
|
if __name__ == "__main__":
|
|
print(Settings())
|