mirror of
https://github.com/cirosantilli/china-dictatorship.git
synced 2025-09-02 03:02:34 +02:00
5 lines
91 B
Python
Executable File
5 lines
91 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
import china_dictatorship
|
|
print(china_dictatorship.get_data(), end='')
|