mirror of
https://github.com/Smart123s/ItchClaim.git
synced 2025-07-27 15:37:34 +02:00
7 lines
99 B
Python
7 lines
99 B
Python
#!/usr/bin/env python3
|
|
|
|
from ItchClaim.__main__ import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|