98c27fec85
Perform a bulk rename/move of many files and folders: paths previously prefixed with '01', '02', '03', '04', etc. were relocated to equivalent paths prefixed with '8'. Changes are path-only (R100 renames) and do not modify file contents; this reorganizes the repository structure.
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from rias-mephi!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|