NonSteamLaunchers-On-Steam-.../Modules/charset_normalizer/__main__.py

5 lines
73 B
Python
Raw Normal View History

2024-07-01 03:30:38 +02:00
from .cli import cli_detect
2024-07-01 03:30:12 +02:00
2024-07-01 03:30:38 +02:00
if __name__ == "__main__":
cli_detect()