2020-11-30 12:25:24 +08:00

10 lines
81 B
Python

# -*- coding: utf-8 -*-
def main():
pass
if __name__ == "__main__":
main()